Skip to content

Commit

Permalink
unfudge two now-passing tests, lizmat++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 21, 2014
1 parent 0ab7746 commit 98aa348
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S17-promise/allof.t
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ plan 11;
is ~@a, "0 1 2 3 4 5 6 7 8 9", 'got the right order';
}

#?rakudo todo 'proper type checking of arguments'
throws_like { Promise.allof(42) }, X::Promise::Combinator;
1 change: 0 additions & 1 deletion S17-promise/anyof.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ plan 10;
is $pany.status, Broken, "Other promise keeping doesn't affect status";
}

#?rakudo todo 'proper type checking of arguments'
throws_like { Promise.anyof(42) }, X::Promise::Combinator;

0 comments on commit 98aa348

Please sign in to comment.