| Index: test/mjsunit/unbox-double-arrays.js
|
| diff --git a/test/mjsunit/unbox-double-arrays.js b/test/mjsunit/unbox-double-arrays.js
|
| index e773f4b0f7c0648fa7dca8e73376ae5bb92a218c..4e8718eb3fe63c6e8f1a68f1a3f1738d16320bd5 100644
|
| --- a/test/mjsunit/unbox-double-arrays.js
|
| +++ b/test/mjsunit/unbox-double-arrays.js
|
| @@ -28,7 +28,6 @@
|
| // Test dictionary -> double elements -> dictionary elements round trip
|
|
|
| // Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc
|
| -// Flags: --noparallel-recompilation
|
|
|
| var large_array_size = 100000;
|
| var approx_dict_to_elements_threshold = 70000;
|
| @@ -346,7 +345,7 @@ function testOneArrayType(allocator) {
|
| -Infinity,
|
| expected_array_value(7));
|
|
|
| - assertTrue(%GetOptimizationStatus(test_various_stores) != 2);
|
| + assertOptimized(test_various_stores);
|
|
|
| // Make sure that we haven't converted from fast double.
|
| assertTrue(%HasFastDoubleElements(large_array));
|
|
|