Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Magically, the "last" fix removes the hang
  • Loading branch information
lizmat committed Nov 23, 2013
1 parent 3e24470 commit 9c17d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S17-concurrency/channel.t
Expand Up @@ -36,7 +36,6 @@ plan 12;
is ~$p.Channel.list, "1 2 3 4 5", "Supply.for and .Channel work";
}

#?rakudo skip 'hangs'
{
my $p = Supply.for(1..5);
is ~@($p.Channel), "1 2 3 4 5", "Supply.for and @(.Channel) work";
Expand Down

0 comments on commit 9c17d2a

Please sign in to comment.