Skip to content

Commit 716331c

Browse files
committed
[js] Fudge a test that assume 64bit ints
1 parent 6742124 commit 716331c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S09-typed-arrays/native-int.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,6 @@ dies-ok { my int @a = ^Inf; 42 }, 'Trying to assign ^Inf to an int array dies';
311311
my $result2 = @a.sum(:wrap);
312312
my $took2 = now - $then;
313313
314+
#?rakudo.js todo 'this does not work on 32bit backends'
314315
is $result1, $result2, "is $result1 == $result2";
315316
}

0 commit comments

Comments
 (0)