Skip to content

Commit

Permalink
Since #122715 is not closed yet, skip this
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 29, 2015
1 parent 38af820 commit a645d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-promise/start.t
Expand Up @@ -44,7 +44,7 @@ throws-like { await }, X::AdHoc, "a bare await should not work";
is $p.result.join(', '), '1, 2, 3, 4', 'can returns a List from a start block';
}

#?rakudo todo 'RT #122715'
#?rakudo skip 'RT #122715'
{
my $p = start {
(0..3).map: *+1;
Expand Down

0 comments on commit a645d40

Please sign in to comment.