Index: test/mjsunit/unbox-double-arrays.js |
diff --git a/test/mjsunit/unbox-double-arrays.js b/test/mjsunit/unbox-double-arrays.js |
index ac039930c323e4d2a11bdefd02be47468b504f8a..0c7730fd735836ca33dd1e0c3b469d69eb8cf973 100644 |
--- a/test/mjsunit/unbox-double-arrays.js |
+++ b/test/mjsunit/unbox-double-arrays.js |
@@ -27,7 +27,7 @@ |
// Test dictionary -> double elements -> dictionary elements round trip |
-// Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc |
+// Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc --noparallel-recompilation |
var large_array_size = 100000; |
var approx_dict_to_elements_threshold = 70000; |