| Index: test/mjsunit/regress/regress-deopt-gcb.js
|
| diff --git a/test/mjsunit/regress/regress-deopt-gcb.js b/test/mjsunit/regress/regress-deopt-gcb.js
|
| index 95bb450901c504062c49421c84d98b2d52a97d1e..fed92b424f97b279b0b4b5ef4066a76f3b0ef342 100644
|
| --- a/test/mjsunit/regress/regress-deopt-gcb.js
|
| +++ b/test/mjsunit/regress/regress-deopt-gcb.js
|
| @@ -38,9 +38,9 @@ function opt_me() {
|
| deopt();
|
| }
|
|
|
| +// Make sure we don't inline this function
|
| +%NeverOptimizeFunction(deopt);
|
| function deopt() {
|
| - // Make sure we don't inline this function
|
| - %NeverOptimize();
|
| %DeoptimizeFunction(opt_me);
|
| gc();
|
| }
|
|
|