Skip to content

Commit 59cf6e7

Browse files
committed
One missed instance of '$deprecated'
1 parent 2b766f7 commit 59cf6e7

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
@@ -493,7 +493,7 @@ sub DEBUG_TIME() {
493493
};
494494
}
495495

496-
is($deprecated, 0, 'no warning was emitted');
496+
is($fatalized, 0, 'no warning was emitted');
497497

498498
# deep recursion with gotos eventually caused a stack reallocation
499499
# which messed up buggy internals that didn't expect the stack to move

0 commit comments

Comments
 (0)