Index: test/mjsunit/compiler/osr-nested2.js |
diff --git a/test/mjsunit/compiler/osr-nested2.js b/test/mjsunit/compiler/osr-nested2.js |
index af8112fe125c9b7d1abbdd21adc25da684500fd7..ea5efe458a5b6c79e9a2183b684fc1c3973779b1 100644 |
--- a/test/mjsunit/compiler/osr-nested2.js |
+++ b/test/mjsunit/compiler/osr-nested2.js |
@@ -13,7 +13,6 @@ function f() { |
var z = y + 3; |
sum += z; |
} |
- if (true) break; |
} |
return sum; |
} |