Chromium Code Reviews| Index: test/mjsunit/math-floor-part2.js |
| diff --git a/test/mjsunit/math-floor-part2.js b/test/mjsunit/math-floor-part2.js |
| index eab3ab3a2b973d3c373eecdeb83d1576b03e5394..658979841abeb11b9847e143f6ee2e7f0f71fbef 100644 |
| --- a/test/mjsunit/math-floor-part2.js |
| +++ b/test/mjsunit/math-floor-part2.js |
| @@ -109,6 +109,7 @@ function test() { |
| // Test in a loop to cover the custom IC and GC-related issues. |
| -for (var i = 0; i < 100; i++) { |
| +for (var i = 0; i < 10; i++) { |
| test(); |
| + new Array(i * 10000); |
| } |