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