Skip to content

Commit

Permalink
Defudge hyper tests that incorrectly die no more
Browse files Browse the repository at this point in the history
Fixed by 441d54d
  • Loading branch information
laben committed Aug 28, 2015
1 parent 96b12b1 commit 0e04a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-metaops/hyper.t
Original file line number Diff line number Diff line change
Expand Up @@ -888,15 +888,13 @@ is ((1, 2) >>[+]<< (100, 200)).join(','), '101,202',
is () »+» (), (), "right-dwim hyper between empty lists doesn't hang";
is () «+» (), (), "both-dwim hyper between empty lists doesn't hang";
# <item> <hyper> <empty list>
#?rakudo 3 skip "broken due to external reasons"
is True «+« (), (), "left-dwim hyper against empty RHS doesn't hang";
is True »+» (), (), "right-dwim hyper against empty RHS doesn't hang";
is True «+» (), (), "both-dwim hyper against empty RHS doesn't hang";
throws-like {True »+« ()}, X::HyperOp::NonDWIM,
left-elems => 1, right-elems => 0,
"non-dwim hyper against empty RHS dies";
# <empty list> <hyper> <item>
#?rakudo 3 skip "broken due to external reasons"
is () «+« True, (), "left-dwim hyper against empty LHS doesn't hang";
is () «+» True, (), "right-dwim hyper against empty LHS doesn't hang";
is () «+» True, (), "both-dwim hyper against empty LHS doesn't hang";
Expand Down

0 comments on commit 0e04a3a

Please sign in to comment.