summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-20 04:55:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-21 06:26:44 -0700
commit609d3913d15c86a472c83d699e6e4da4fe0949cb (patch)
tree0ae02ac0e3ede6c5fcce5fc055fb08f0e05740be /ext/B
parent2bf7e7b22ae2341b4d7d436349e8c0fceab63f85 (diff)
downloadperl-609d3913d15c86a472c83d699e6e4da4fe0949cb.tar.gz
optree_constants.t: Correct line number in comment
Why we need a reference like this is beyond me, but it is extremely fragile, because even cosmetic changes to gv.t will throw it off. That said, at least the next person looking at it won’t be as puzzled as I was (until the next gv.t change).
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/t/optree_constants.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/optree_constants.t b/ext/B/t/optree_constants.t
index 8b292feed3..bfd355e0cc 100644
--- a/ext/B/t/optree_constants.t
+++ b/ext/B/t/optree_constants.t
@@ -20,7 +20,7 @@ plan tests => 67;
#################################
-use constant { # see also t/op/gv.t line 282
+use constant { # see also t/op/gv.t line 358
myaref => [ 1,2,3 ],
myfl => 1.414213,
myglob => \*STDIN,