Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mark some tests for RT #122395
  • Loading branch information
coke committed Jul 25, 2014
1 parent 9766670 commit 0c689b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S03-smartmatch/any-num.t
Expand Up @@ -15,7 +15,7 @@ plan 18;
ok ('1.2' ~~ 1.2.Num), '$thing ~~ Num does numeric comparison';

# yes, this warns, but it should still be true
#?rakudo 2 skip "Mu ~~ Num doesn't work yet"
##?rakudo 2 skip "Mu ~~ Num doesn't work yet: RT #122395"
#?niecza skip 'Nominal type check failed for #1'
ok (Mu ~~ 0), 'Mu ~~ 0';
#?niecza skip 'Nominal type check failed for #1'
Expand Down
2 changes: 1 addition & 1 deletion S03-smartmatch/any-str.t
Expand Up @@ -8,7 +8,7 @@ plan 5;
ok(("bar" !~~ "foo"), "bar ne foo)");
ok (4 ~~ '4'), 'string equality';
ok !(4 !~~ '4'), 'negated string equality';
#?rakudo skip 'smartmatching Mu against Str'
#?rakudo skip 'smartmatching Mu against Str: RT #122395'
#?niecza skip 'Mu as argument'
ok (Mu ~~ ''), 'Mu ~~ ""';
}
Expand Down

0 comments on commit 0c689b3

Please sign in to comment.