Chromium Code Reviews| Index: test/mjsunit/es6/block-scoping.js |
| diff --git a/test/mjsunit/es6/block-scoping.js b/test/mjsunit/es6/block-scoping.js |
| index 0308edde96a37dd0ca0675196fb7d4501a550d2f..719f5231ce57cfab006be917aab9b647336f3db6 100644 |
| --- a/test/mjsunit/es6/block-scoping.js |
| +++ b/test/mjsunit/es6/block-scoping.js |
| @@ -90,6 +90,7 @@ |
| for (var j = 0; j < 5; ++j) f3(1); |
| %OptimizeFunctionOnNextCall(f3); |
| f3(1); |
| +assertTrue(%GetOptimizationStatus(f3) != 2); |