Index: test/mjsunit/compiler/inline-arguments.js |
diff --git a/test/mjsunit/compiler/inline-arguments.js b/test/mjsunit/compiler/inline-arguments.js |
index 75d01b5df327550e377d3bd643f1335497c54e85..7de412df232bf4b1a8604475079d59eab4b85cf1 100644 |
--- a/test/mjsunit/compiler/inline-arguments.js |
+++ b/test/mjsunit/compiler/inline-arguments.js |
@@ -117,7 +117,7 @@ F4(1); |
// Test arguments access from the inlined function. |
function uninlinable(v) { |
assertEquals(0, v); |
- try { } catch (e) { } |
+ %NeverOptimize(); |
return 0; |
} |