Skip to content

Commit 970bc4b

Browse files
committed
Unfudge now passing once block tests
1 parent 0f0ea4c commit 970bc4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S04-statements/once.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ for <first second> {
9393
};
9494

9595
nok $was_in_once.defined, 'once {} has not run yet';
96-
#?rakudo todo 'once block does not return final value yet'
9796
is $sub(), 23, 'once {} block set our variable (2)';
98-
#?rakudo todo 'once block does not return final value yet'
9997
#?niecza todo
10098
is $sub(), 23, 'the returned value of once {} still there';
10199
#?pugs todo

0 commit comments

Comments
 (0)