Skip to content

Commit

Permalink
Remove bogus tests
Browse files Browse the repository at this point in the history
Immutable types on the left are ok
  • Loading branch information
lizmat committed Nov 2, 2018
1 parent 5218a83 commit dc2ec0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions S02-types/set.t
@@ -1,7 +1,7 @@
use v6.c;
use Test;

plan 175;
plan 174;

sub showset($s) { $s.keys.sort.join(' ') }

Expand Down Expand Up @@ -227,9 +227,6 @@ sub showset($s) { $s.keys.sort.join(' ') }
throws-like { [1, 2] «+» set(3, 4) }, Exception, 'Set «+» Array is illegal';
}

#?niecza skip "Hypers not yet Set compatible"
dies-ok { set(1, 2) «+» set(3, 4) }, 'Set «+» Set is illegal';

# L<S32::Containers/Set/roll>

{
Expand Down

0 comments on commit dc2ec0a

Please sign in to comment.