| Index: test/mjsunit/harmony/block-scoping-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-scoping-sloppy.js b/test/mjsunit/harmony/block-scoping-sloppy.js
|
| index c91a9fbf1ce9cdfb9623d7b7bd705df063b6d1b2..36a07f111ec8e4bab72f962d91eceb015b4f1659 100644
|
| --- a/test/mjsunit/harmony/block-scoping-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-scoping-sloppy.js
|
| @@ -88,7 +88,6 @@ function f3(one) {
|
| for (var j = 0; j < 5; ++j) f3(1);
|
| %OptimizeFunctionOnNextCall(f3);
|
| f3(1);
|
| -assertTrue(%GetOptimizationStatus(f3) != 2);
|
|
|
|
|
|
|
|
|