Skip to content

Commit

Permalink
Unfudge now-passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Nov 7, 2016
1 parent 6b20963 commit c667421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-operators/bag.t
Expand Up @@ -66,8 +66,6 @@ sub symmetric-difference($a, $b) {
($a (|) $b) (-) ($b (&) $a)
}

#?rakudo 8 todo "Rakudo update in progress, but not done yet RT #124529"

is showkv($s (^) $b), showkv(symmetric-difference($s, $b)), "Bag symmetric difference with Set is correct";
isa-ok ($s (^) $b), Bag, "... and it's actually a Bag";
is showkv($b (^) $s), showkv(symmetric-difference($s, $b)), "Set symmetric difference with Bag is correct";
Expand Down

0 comments on commit c667421

Please sign in to comment.