Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 'Int !~~ Numeric' test description
  • Loading branch information
raydiak committed Apr 25, 2014
1 parent 0aefc53 commit 3978e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/type.t
Expand Up @@ -147,7 +147,7 @@ dies_ok { my Num $n; $n = 42; }, 'Num does not accept Int';
ok Mu !~~ Int, 'Mu !~~ Int';

#?pugs 2 skip "Numeric"
ok Int ~~ Numeric, 'Int !~~ Numeric';
ok Int ~~ Numeric, 'Int ~~ Numeric';
ok Numeric !~~ Int, 'Numeric !~~ Int';

ok Array ~~ List, 'Array is a kind of List';
Expand Down

0 comments on commit 3978e49

Please sign in to comment.