Skip to content

Commit 629723c

Browse files
committed
Add comment for debugging only
1 parent 7ad4b20 commit 629723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/goto.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ is \sub :lvalue { goto d; ${*{scalar(do { d: \*foo })}} }->(), \$foo,
733733
'goto into rv2sv, rv2gv and scalar';
734734
is sub { goto e; $#{; do { e: \@_ } } }->(1..7), 6,
735735
'goto into $#{...}';
736-
is sub { goto f; prototype \&{; do { f: sub ($) {} } } }->(), '$',
736+
is sub { goto f; prototype \&{; do { f: sub ($) {} } } }->(), '$', # EXEMPT
737737
'goto into srefgen, prototype and rv2cv';
738738
is sub { goto g; ref do { g: [] } }->(), 'ARRAY',
739739
'goto into ref';

0 commit comments

Comments
 (0)