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 e4252cd commit 6a71064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-statements/loop.t
Expand Up @@ -101,7 +101,6 @@ eval_dies_ok 'loop { say "# RT63760"; last } while 1',
'"loop {} while" is a syntax error (RT 63760)';

# RT #112654
#?rakudo.jvm skip 'unwind RT #124570'
{
my @a = gather loop { take 1; take 2; last };
is @a.join, '12', 'gather, take and loop work together';
Expand Down

0 comments on commit 6a71064

Please sign in to comment.