Skip to content

Commit c9e8cad

Browse files
committed
Rakudo unfudges.
1 parent c9de385 commit c9e8cad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

S02-lexical-conventions/sub-block-parsing.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ok(sub { 42 }(), 'sub {...} works'); # TODO: clarify
2020
#?rakudo skip 'confused near "(sub{ 42 }"'
2121
ok(sub{ 42 }(), 'sub{...} works'); # TODO: clarify
2222

23-
#?rakudo todo 'unknown'
2423
eval_dies_ok q[
2524
sub x { die }
2625
x();

S04-statements/terminator.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ eval_dies_ok('my $x = ', 'incomplete expression');
3333
}
3434
+ 1;
3535

36-
#?rakudo todo "??"
3736
is($y, 10, "}\\n + 1 are two statements");
3837

3938
my $z = [];

0 commit comments

Comments
 (0)