summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-08 18:00:35 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-08 19:00:56 -0800
commitcc5af3775649fc00e4d4e74d41dcad591b1fa122 (patch)
tree436d6cd47a0ea00fce80da0a2fde54144b87e818 /t/comp
parent2eb94604fbdeffdc3cdbda7a8cc805ce4e57a37a (diff)
downloadperl-cc5af3775649fc00e4d4e74d41dcad591b1fa122.tar.gz
parser.t: Correct bug number
Diffstat (limited to 't/comp')
-rw-r--r--t/comp/parser.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/parser.t b/t/comp/parser.t
index bd3ff7d6af..f7e54a96f7 100644
--- a/t/comp/parser.t
+++ b/t/comp/parser.t
@@ -524,7 +524,7 @@ $x[($_)];
# OPf_SPECIAL on OP_GV in subscript
$x[FILE1->[0]];
-# Used to crash [perl #123452]
+# Used to crash [perl #123542]
eval 's /${<>{}) //';
# Add new tests HERE (above this line)