diff options
Diffstat (limited to 'deps/v8/test/mjsunit/unbox-double-arrays.js')
-rw-r--r-- | deps/v8/test/mjsunit/unbox-double-arrays.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/unbox-double-arrays.js b/deps/v8/test/mjsunit/unbox-double-arrays.js index 4e8718eb3f..5ed404025f 100644 --- a/deps/v8/test/mjsunit/unbox-double-arrays.js +++ b/deps/v8/test/mjsunit/unbox-double-arrays.js @@ -345,8 +345,6 @@ function testOneArrayType(allocator) { -Infinity, expected_array_value(7)); - assertOptimized(test_various_stores); - // Make sure that we haven't converted from fast double. assertTrue(%HasFastDoubleElements(large_array)); } |