Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
skip all vms implicitly instead of explicitly
  • Loading branch information
coke committed Jul 8, 2014
1 parent 23f4832 commit 0f90ebd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration/advent2013-day15.t
Expand Up @@ -37,9 +37,7 @@ is_approx (0, 1e-1 ... 1)[11], 1.1, 'missed the 1';
is (0, 1e-1 ... * >= 1).gist, '0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1.1', '(oops)';
is (1e0/10 + 1/10 + 1/10 == 0.3).gist, 'False', '(awww!)';

#?rakudo.jvm todo "list of numbers"
#?rakudo.moar todo "list of numbers"
#?rakudo.parrot todo "list of numbers"
#?rakudo todo "list of numbers"
{
my @numbers = <1 2.0 3e0>;
isa_ok @numbers[0], Int;
Expand Down

0 comments on commit 0f90ebd

Please sign in to comment.