Skip to content

Commit 13f3908

Browse files
committed
rakudo unfudges, lizmat++
1 parent 4318de8 commit 13f3908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S03-operators/set.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ ok $kb !R(>) $s, "KeyBag is not a reversed proper superset of Set (texas)";
450450
my $c = [<Apollo Arclight Astor>];
451451
my @d;
452452

453-
#?rakudo 4 skip "∪ NYI"
454453
is showset([] @d), showset(∅), "Union reduce works on nothing";
455454
is showset([] $a), showset($a), "Union reduce works on one set";
456455
is showset([] $a, $b), showset(set($a.keys, $b.keys)), "Union reduce works on two sets";
@@ -461,7 +460,6 @@ ok $kb !R(>) $s, "KeyBag is not a reversed proper superset of Set (texas)";
461460
is showset([(|)] $a, $b), showset(set($a.keys, $b.keys)), "Union reduce works on two sets (texas)";
462461
is showset([(|)] $a, $b, $c), showset(set($a.keys, $b.keys, $c.values)), "Union reduce works on three sets (texas)";
463462

464-
#?rakudo 4 skip "∩ NYI"
465463
is showset([] @d), showset(∅), "Intersection reduce works on nothing";
466464
is showset([] $a), showset($a), "Intersection reduce works on one set";
467465
is showset([] $a, $b), showset(set("Apollo")), "Intersection reduce works on two sets";

0 commit comments

Comments
 (0)