Skip to content

Commit ac4734b

Browse files
committed
fudge any-type.t for rakudo
1 parent f77300f commit ac4734b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S03-smartmatch/any-type.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plan 13;
2222
is 'RT71462' ~~ Int, False, '~~ Int returns a Bool (1)';
2323
is 5 ~~ Int, True, '~~ Int returns a Bool (2)';
2424
is 'RT71462' ~~ Set, False, '~~ Set returns a Bool (1)';
25+
#?rakudo skip 'set'
2526
is set(1, 3) ~~ Set, True, '~~ Set returns a Bool (2)';
2627
is 'RT71462' ~~ Numeric, False, '~~ Numeric returns a Bool (1)';
2728
is 5 ~~ Numeric, True, '~~ Numeric returns a Bool (2)';

0 commit comments

Comments
 (0)