Index: test/mjsunit/compiler/osr-nested3.js |
diff --git a/test/mjsunit/compiler/osr-nested3.js b/test/mjsunit/compiler/osr-nested3.js |
index e4a4cdb6b6dd0dbb2e98b69aa8bc6bc82c8bdf94..f5d09ba166eb67ba95047257ea2326b076bcc796 100644 |
--- a/test/mjsunit/compiler/osr-nested3.js |
+++ b/test/mjsunit/compiler/osr-nested3.js |
@@ -15,9 +15,7 @@ function f() { |
sum += z; |
if (i == 19) %OptimizeOsr(); |
} |
- if (true) break; |
} |
- if (true) break; |
} |
return sum; |
} |