Skip to content

Commit

Permalink
Add one more edge case test + disable debug helper
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 17, 2017
1 parent 9a85e42 commit 9b51341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S03-operators/set_difference.t
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ my @quads =
[(a=>-42).Mix, <b>.Mix, (a=>-42).Mix], (b=>-1).Mix,

<a b c>, <a>.Set,

[<a>.Set,<a>.Set,<a>.Set,(a=>-2).Mix], <a>.Mix,
;

plan 2 * (1 + 3 * @types + @pairs/2 + @triplets/3 + @quads/2);
Expand Down Expand Up @@ -215,7 +217,7 @@ for
}

for @quads -> @params, $result {
exit dd @params, $result unless
#exit dd @params, $result unless
is-deeply op(|@params), $result,
"[$name] @params>>.gist()";
}
Expand Down

0 comments on commit 9b51341

Please sign in to comment.