Chromium Code Reviews| Index: test/mjsunit/compiler/osr-nested2.js |
| diff --git a/test/mjsunit/compiler/osr-nested2.js b/test/mjsunit/compiler/osr-nested2.js |
| index 9c45c510ef953a95d013730796a9e2662a400fb9..41bd9b247b596f813c459202f89cd52747cf666f 100644 |
| --- a/test/mjsunit/compiler/osr-nested2.js |
| +++ b/test/mjsunit/compiler/osr-nested2.js |
| @@ -14,7 +14,6 @@ function f() { |
| sum += z; |
| if (i == 21) %OptimizeOsr(); |
| } |
| - if (true) break; |
| } |
| return sum; |
| } |