| Index: test/mjsunit/regress/regress-2250.js
|
| diff --git a/test/mjsunit/regress/regress-2250.js b/test/mjsunit/regress/regress-2250.js
|
| index b3b0db3fc386fdd469f580f57dcc77bd40a5f930..9d2fd4412f50d87668a97c0100929fd78a85f03c 100644
|
| --- a/test/mjsunit/regress/regress-2250.js
|
| +++ b/test/mjsunit/regress/regress-2250.js
|
| @@ -64,5 +64,5 @@ test();
|
| // Second compilation should have noticed that LICM wasn't a good idea, and now
|
| // function should no longer deopt when called.
|
| test();
|
| -assertTrue(2 != %GetOptimizationStatus(test));
|
| +assertOptimized(test);
|
|
|
|
|