Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge Supply.zip, change fudge on Supply.merge
  • Loading branch information
lizmat committed Apr 20, 2014
1 parent bcbeccc commit 1684177
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions S17-concurrency/supply.t
Expand Up @@ -224,8 +224,7 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
tap_ok $on, @seen, "basic 2 supply with array without index 'on' works";
}

#?rakudo skip "Cannot stringify this"
{
{
my $s1 = Supply.new;
my $s2 = Supply.new;

Expand All @@ -241,9 +240,9 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
$s2.done();

is_deeply @res, [<1a 2b>], 'zipping taps works';
}
}

#?rakudo skip "Cannot stringify this"
#?rakudo skip "Cannot call method 'more' on a null object"
{
my $done = False;
my $s1 = Supply.new;
Expand Down

0 comments on commit 1684177

Please sign in to comment.