| Index: test/mjsunit/compiler/osr-nested3b.js
|
| diff --git a/test/mjsunit/compiler/osr-nested3.js b/test/mjsunit/compiler/osr-nested3b.js
|
| similarity index 94%
|
| copy from test/mjsunit/compiler/osr-nested3.js
|
| copy to test/mjsunit/compiler/osr-nested3b.js
|
| index e4a4cdb6b6dd0dbb2e98b69aa8bc6bc82c8bdf94..32ac2a7058c4c87d1d327b0bf662f604693d09de 100644
|
| --- a/test/mjsunit/compiler/osr-nested3.js
|
| +++ b/test/mjsunit/compiler/osr-nested3b.js
|
| @@ -13,7 +13,7 @@ function f() {
|
| var y = x + 5;
|
| var z = y + 3;
|
| sum += z;
|
| - if (i == 19) %OptimizeOsr();
|
| + if (i == 25) %OptimizeOsr();
|
| }
|
| if (true) break;
|
| }
|
|
|