Index: test/mjsunit/compiler/osr-nested2b.js |
diff --git a/test/mjsunit/compiler/osr-nested2.js b/test/mjsunit/compiler/osr-nested2b.js |
similarity index 93% |
copy from test/mjsunit/compiler/osr-nested2.js |
copy to test/mjsunit/compiler/osr-nested2b.js |
index 9c45c510ef953a95d013730796a9e2662a400fb9..e64c10ccb4cbd2fa74f296ff9010e6c40833a6aa 100644 |
--- a/test/mjsunit/compiler/osr-nested2.js |
+++ b/test/mjsunit/compiler/osr-nested2b.js |
@@ -12,7 +12,7 @@ function f() { |
var y = x + 5; |
var z = y + 3; |
sum += z; |
- if (i == 21) %OptimizeOsr(); |
+ if (i == 25) %OptimizeOsr(); |
} |
if (true) break; |
} |