Skip to content

Commit bfe9372

Browse files
committed
Fudge test returning 1 instead of True for JVM
1 parent aa25738 commit bfe9372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/advent2013-day15.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ is $tenth.WHAT.gist, '(Rat)', 'Rat WHAT';
2626

2727
is (0, 1/10 ... 1).gist, '(0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1)', 'rational series';
2828
is ((1/3 + 1/6) * 2).gist, '1';
29+
#?rakudo.jvm todo 'got (Int) instead of (Bool)'
2930
is (1/10 + 1/10 + 1/10 == 0.3).gist, 'True', '(\o/)';
3031

3132
my $pi = 3.14e0;

0 commit comments

Comments
 (0)