summaryrefslogtreecommitdiff
path: root/t/op/tr.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/tr.t')
-rw-r--r--t/op/tr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tr.t b/t/op/tr.t
index 046d44fc56..2284f7fad5 100644
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -170,7 +170,7 @@ like $@, qr\^Using !~ with tr///r doesn't make sense\,
is $wc, 1, '/r warns just once';
}
-# perlbug [ID 20000511.005]
+# perlbug [ID 20000511.005 (#3237)]
$_ = 'fred';
/([a-z]{2})/;
$1 =~ tr/A-Z//;