Skip to content

Commit

Permalink
fix a num test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 13, 2012
1 parent 854db7b commit ff0bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/declare.t
Expand Up @@ -130,7 +130,7 @@ plan 79;
#?rakudo todo 'num not implemented'
#?niecza skip 'num not implemented'
{
my num $namcu =1.1;
my num $namcu =1.1e0;
isa_ok($namcu,num);
}

Expand Down

0 comments on commit ff0bbd3

Please sign in to comment.