Skip to content

Commit

Permalink
Rakudo unfudges.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent c9de385 commit c9e8cad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S02-lexical-conventions/sub-block-parsing.t
Expand Up @@ -20,7 +20,6 @@ ok(sub { 42 }(), 'sub {...} works'); # TODO: clarify
#?rakudo skip 'confused near "(sub{ 42 }"'
ok(sub{ 42 }(), 'sub{...} works'); # TODO: clarify

#?rakudo todo 'unknown'
eval_dies_ok q[
sub x { die }
x();
Expand Down
1 change: 0 additions & 1 deletion S04-statements/terminator.t
Expand Up @@ -33,7 +33,6 @@ eval_dies_ok('my $x = ', 'incomplete expression');
}
+ 1;

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

my $z = [];
Expand Down

0 comments on commit c9e8cad

Please sign in to comment.