Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing tests for rakudo.jvm
  • Loading branch information
usev6 committed May 9, 2015
1 parent 0959146 commit aacaa5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S17-supply/list.t
Expand Up @@ -9,7 +9,6 @@ dies_ok { Supply.list }, 'can not be called as a class method';
for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
diag "**** scheduling with {$*SCHEDULER.WHAT.perl}";

#?rakudo.jvm skip "hangs RT #124824"
{
my @a;
for Supply.from-list(2..6).list { @a.push($_) };
Expand Down

0 comments on commit aacaa5e

Please sign in to comment.