Index: test/mjsunit/compiler/osr-forof.js |
diff --git a/test/mjsunit/compiler/osr-forof.js b/test/mjsunit/compiler/osr-forof.js |
index c17387699c4c21f3412b08b3bfa6d21a8acb3b32..36bff09c58eb814e986906494771d8c45dffcfd9 100644 |
--- a/test/mjsunit/compiler/osr-forof.js |
+++ b/test/mjsunit/compiler/osr-forof.js |
@@ -15,7 +15,7 @@ function f(a) { |
return sum; |
} |
-var a = new Array(); |
+var a = new Array(10000); |
for (var i = 0; i < 10000; i++) { |
a[i] = (i * 999) % 77; |
} |