Index: test/mjsunit/compiler/osr-nested3.js |
diff --git a/test/mjsunit/compiler/osr-nested3.js b/test/mjsunit/compiler/osr-nested3.js |
index b8f7e79a77f1d86cde42c5077fe87e2f8547325f..a94d0f33cdda96f5ce11a5c58f20f9a304597859 100644 |
--- a/test/mjsunit/compiler/osr-nested3.js |
+++ b/test/mjsunit/compiler/osr-nested3.js |
@@ -14,9 +14,7 @@ function f() { |
var z = y + 3; |
sum += z; |
} |
- if (true) break; |
} |
- if (true) break; |
} |
return sum; |
} |