Chromium Code Reviews| Index: test/mjsunit/compiler/regress-3249650.js |
| diff --git a/test/mjsunit/compiler/regress-3249650.js b/test/mjsunit/compiler/regress-3249650.js |
| index 1f06090ec52e697dae0b65772b806373b18c3fa7..289e061c772a3321598536c4b38f5bfee832b0ab 100644 |
| --- a/test/mjsunit/compiler/regress-3249650.js |
| +++ b/test/mjsunit/compiler/regress-3249650.js |
| @@ -50,4 +50,4 @@ function test(x) { |
| } |
| var x = {a: {b: "" }}; |
| -for (var i = 0; i < 1000000; i++) test(x); |
| +for (var i = 0; i < 20000; i++) test(x); |