| Index: test/mjsunit/regress/regress-97116b.js
|
| diff --git a/test/mjsunit/regress/regress-97116b.js b/test/mjsunit/regress/regress-97116b.js
|
| index e8b73311056a0826c556f4db98f247d76e9a1f12..91e7d6e0cad1403624c0036d881ab67e9ec6f0ab 100644
|
| --- a/test/mjsunit/regress/regress-97116b.js
|
| +++ b/test/mjsunit/regress/regress-97116b.js
|
| @@ -30,8 +30,8 @@
|
| // Check that we are not flushing code for inlined functions that
|
| // have a pending lazy deoptimization on the stack.
|
|
|
| +%NeverOptimizeFunction(deopt);
|
| function deopt() {
|
| - %NeverOptimize();
|
| %DeoptimizeFunction(outer);
|
| for (var i = 0; i < 10; i++) gc(); // Force code flushing.
|
| }
|
|
|