Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing test for rakudo.jvm
  • Loading branch information
usev6 committed May 9, 2015
1 parent 7e2a68a commit dc34eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S06-macros/quasi-blocks.t
Expand Up @@ -112,7 +112,6 @@ plan 14;
is id('x'), 'x', 'macro can return its param';
}

#?rakudo.jvm skip "? RT #124969"
{
macro funny_nil { quasi { {;}() } }
is funny_nil(), Nil, 'Nil from an empty block turns into no code';
Expand Down

0 comments on commit dc34eea

Please sign in to comment.