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