diff --git a/S03-operators/set_proper_subset.t b/S03-operators/set_proper_subset.t index eb6fd21168..f2caacd3b1 100644 --- a/S03-operators/set_proper_subset.t +++ b/S03-operators/set_proper_subset.t @@ -37,6 +37,7 @@ my @pss = "quick", $list, # more specific cases where left should be proper subset of right + .Bag, .Bag, # https://irclog.perlgeek.de/perl6/2017-07-10#i_14851116 .Set, .Bag, # .Bag -> .Set .Bag, .Set, # .Bag -> .Set .Set, .Mix, # .Mix -> .Set