Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge Supply.merge test for JVM also
So at least we know the problem is in rakudo, not in the VM (most likely)
  • Loading branch information
lizmat committed Apr 18, 2014
1 parent cbeb43b commit 195d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-concurrency/supply.t
Expand Up @@ -113,7 +113,7 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
is @res.join(','), '1a,2b', 'zipping taps works';
}

#?rakudo.moar skip "Not enough positional parameters passed; got 0 but expected 1 in sub-signature"
#?rakudo skip "Not enough positional parameters passed; got 0 but expected 1 in sub-signature"
{
my $done = False;
my $p1 = Supply.new;
Expand Down

0 comments on commit 195d9c0

Please sign in to comment.