Skip to content

Commit 0dd4616

Browse files
committed
t/op/goto.t: Correct spelling error in test description
1 parent 2626379 commit 0dd4616

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

495-
is($deprecated, 0, 'no warning was emmitted');
495+
is($deprecated, 0, 'no warning was emitted');
496496

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

0 commit comments

Comments
 (0)