We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2626379 commit 0dd4616Copy full SHA for 0dd4616
t/op/goto.t
@@ -492,7 +492,7 @@ sub DEBUG_TIME() {
492
};
493
}
494
495
-is($deprecated, 0, 'no warning was emmitted');
+is($deprecated, 0, 'no warning was emitted');
496
497
# deep recursion with gotos eventually caused a stack reallocation
498
# which messed up buggy internals that didn't expect the stack to move
0 commit comments