diff options
Diffstat (limited to 'deps/v8/test/mjsunit/big-array-literal.js')
-rw-r--r-- | deps/v8/test/mjsunit/big-array-literal.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/big-array-literal.js b/deps/v8/test/mjsunit/big-array-literal.js index 7e19c0a2dc..19d1ff406d 100644 --- a/deps/v8/test/mjsunit/big-array-literal.js +++ b/deps/v8/test/mjsunit/big-array-literal.js @@ -27,8 +27,7 @@ // On MacOS X 10.7.5, this test needs a stack size of at least 788 kBytes. // On PPC64, this test needs a stack size of at least 698 kBytes. -// Flags: --stack-size=800 -// Flags: --turbo-deoptimization +// Flags: --stack-size=1000 // Test that we can make large object literals that work. // Also test that we can attempt to make even larger object literals without |