Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge sleep sort test
  • Loading branch information
lizmat committed Mar 31, 2014
1 parent 192b52c commit 2f754e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S17-concurrency/promise.t
Expand Up @@ -170,7 +170,6 @@ plan 64;
is $pall.status, Broken, "all-Promise was broken";
}

#?rakudo.moar skip "Cannot find method Mu"
{
my @a;
my @p = (^10).pick(*).map: { start { sleep $_; @a.push: $_ } };
Expand Down

0 comments on commit 2f754e1

Please sign in to comment.