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 31a78c0 commit eb9656aCopy full SHA for eb9656a
S04-phasers/ascending-order.t
@@ -51,7 +51,7 @@ END {
51
}
52
53
#?niecza todo 'niecza has "enter", also'
54
-is $hist, 'begin check init start ', 'BEGIN {} runs only once';
+is $hist, 'begin check init enter start ', 'BEGIN {} runs only once';
55
nok $var_at_begin.defined, 'BEGIN {...} ran at compile time';
56
nok $var_at_check.defined, 'CHECK {...} ran at compile time';
57
nok $var_at_init.defined, 'INIT {...} ran at runtime, but ASAP';
0 commit comments