Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix fudge line
  • Loading branch information
FROGGS committed Jul 25, 2014
1 parent 1dffa82 commit 2944d8b
Showing 1 changed file with 1 addition and 1 deletion.
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: RT #122395"
#?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

0 comments on commit 2944d8b

Please sign in to comment.