Skip to content

Commit

Permalink
Fix type test fossil
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 22, 2011
1 parent 23817f0 commit 4401e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/num.t
Expand Up @@ -157,7 +157,7 @@ isa_ok(1 / 1, Rat);
#?niecza skip 'System.FormatException: Unknown char: d'
{
my $a = "1.01";
isa_ok($a.Int, "Int");
isa_ok($a.Int, Int);
is($a.Int, 1, "1.01 intifies to 1");
}

Expand Down

0 comments on commit 4401e31

Please sign in to comment.