Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge passing test for rakudo in my.t
  • Loading branch information
moritz committed Jul 12, 2011
1 parent 01f6069 commit 6b3e7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-declarations/my.t
Expand Up @@ -191,7 +191,6 @@ my $z = 42;
# &variables don't need to be pre-declared
# (but they need to exist by CHECK)
{
#?rakudo todo '&-sigiled variables'
eval_lives_ok '&x; 1; sub x {}', '&x does not need to be pre-declared';
eval_dies_ok '&x()', '&x() dies when empty';
}
Expand Down

0 comments on commit 6b3e7cb

Please sign in to comment.