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 2de2765 commit 88954b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S06-other/anon-hashes-vs-blocks.t
Expand Up @@ -45,7 +45,6 @@ ok $bar ~~ Hash, '%foo in a block causes hash composing';
ok { $^a => 'b' } ~~ Block, '... as a key';
ok { a => $^x } ~~ Block, '... as a value';
ok { b => 3, a => $^x, 4 => 5 } ~~ Block, '... somewhere deep inside';
#?rakudo.jvm skip 'jvm chokes on compiling {;} for some reason RT #124663'
ok {;} ~~ Block, '{;} is a Block';
}

Expand Down

0 comments on commit 88954b0

Please sign in to comment.