Index: test/mjsunit/compiler/regress-4.js |
diff --git a/test/mjsunit/compiler/regress-4.js b/test/mjsunit/compiler/regress-4.js |
index 0ec9a12b81dc23746948f727c19b3a7056795bf9..9a212baf2d74e2ce7936fe50b953c70bc0ea016f 100644 |
--- a/test/mjsunit/compiler/regress-4.js |
+++ b/test/mjsunit/compiler/regress-4.js |
@@ -34,7 +34,7 @@ function f(p) { |
return y+x; |
} |
-for (var i=0; i<10000000; i++) f(42); |
+for (var i=0; i<100000; i++) f(42); |
var result = f("foo"); |
assertEquals("0foo6", result); |