| Index: test/mjsunit/elide-double-hole-check-9.js
|
| diff --git a/test/mjsunit/elide-double-hole-check-9.js b/test/mjsunit/elide-double-hole-check-9.js
|
| index 4d277af695ce3c774af2f2a1715049810aa617dd..773f6d9710d30d862a5548f854c44529d904c6c6 100644
|
| --- a/test/mjsunit/elide-double-hole-check-9.js
|
| +++ b/test/mjsunit/elide-double-hole-check-9.js
|
| @@ -30,7 +30,7 @@
|
| var do_set = false;
|
|
|
| function set_proto_elements() {
|
| - try {} catch (e) {} // Don't optimize or inline
|
| + %NeverOptimize();
|
| if (do_set) Array.prototype[1] = 1.5;
|
| }
|
|
|
|
|