diff options
Diffstat (limited to 'testing/resources/javascript/array_buffer.in')
-rw-r--r-- | testing/resources/javascript/array_buffer.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/resources/javascript/array_buffer.in b/testing/resources/javascript/array_buffer.in index f06c8c5668..06371ba846 100644 --- a/testing/resources/javascript/array_buffer.in +++ b/testing/resources/javascript/array_buffer.in @@ -55,7 +55,7 @@ function test(size) { try { test(1000); test(2000000); - test(4000000000); + test(2147483647); } catch (e) { app.alert("Caught error " + e); } |