Index: test/mjsunit/allocation-site-info.js |
diff --git a/test/mjsunit/allocation-site-info.js b/test/mjsunit/allocation-site-info.js |
index d43d2630671b907addd7d37709e479d0b2eeaa85..5c7ae13094f939640a5e15677010ac2877161ccf 100644 |
--- a/test/mjsunit/allocation-site-info.js |
+++ b/test/mjsunit/allocation-site-info.js |
@@ -41,7 +41,7 @@ |
// support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6,7,8)); |
support_smi_only_arrays = true; |
-optimize_constructed_arrays = true; |
+optimize_constructed_arrays = false; |
if (support_smi_only_arrays) { |
print("Tests include smi-only arrays."); |