Skip to content

Commit 914efad

Browse files
committed
Remove debugging comment
1 parent 9684d1a commit 914efad

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
@@ -622,7 +622,7 @@ is \sub :lvalue { goto d; ${*{scalar(do { d: \*foo })}} }->(), \$foo,
622622
'goto into rv2sv, rv2gv and scalar';
623623
is sub { goto e; $#{; do { e: \@_ } } }->(1..7), 6,
624624
'goto into $#{...}';
625-
is sub { goto f; prototype \&{; do { f: sub ($) {} } } }->(), '$', # EXEMPT
625+
is sub { goto f; prototype \&{; do { f: sub ($) {} } } }->(), '$',
626626
'goto into srefgen, prototype and rv2cv';
627627
is sub { goto g; ref do { g: [] } }->(), 'ARRAY',
628628
'goto into ref';

0 commit comments

Comments
 (0)