Skip to content

Commit 0f04a5d

Browse files
committed
t/op/goto.t: Remove superfluous 'exit;' statement
1 parent 93fbcb7 commit 0f04a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/op/goto.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ sub bar {
7474
}
7575

7676
&bar;
77-
exit;
7877

7978
FINALE:
8079
is(curr_test(), 20, 'FINALE');

0 commit comments

Comments
 (0)