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 36a07f111ec8e4bab72f962d91eceb015b4f1659..c91a9fbf1ce9cdfb9623d7b7bd705df063b6d1b2 100644 |
--- a/test/mjsunit/harmony/block-scoping-sloppy.js |
+++ b/test/mjsunit/harmony/block-scoping-sloppy.js |
@@ -88,6 +88,7 @@ |
for (var j = 0; j < 5; ++j) f3(1); |
%OptimizeFunctionOnNextCall(f3); |
f3(1); |
+assertTrue(%GetOptimizationStatus(f3) != 2); |