Skip to content

Commit eb9656a

Browse files
committed
Correct a test.
1 parent 31a78c0 commit eb9656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S04-phasers/ascending-order.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ END {
5151
}
5252

5353
#?niecza todo 'niecza has "enter", also'
54-
is $hist, 'begin check init start ', 'BEGIN {} runs only once';
54+
is $hist, 'begin check init enter start ', 'BEGIN {} runs only once';
5555
nok $var_at_begin.defined, 'BEGIN {...} ran at compile time';
5656
nok $var_at_check.defined, 'CHECK {...} ran at compile time';
5757
nok $var_at_init.defined, 'INIT {...} ran at runtime, but ASAP';

0 commit comments

Comments
 (0)