Index: test/cctest/compiler/test-run-jsops.cc |
diff --git a/test/cctest/compiler/test-run-jsops.cc b/test/cctest/compiler/test-run-jsops.cc |
index bb7c239a59bf8fc78212412042596409f5e9b033..032db82db39399db4bb4740b10e5dec6ad8ed31f 100644 |
--- a/test/cctest/compiler/test-run-jsops.cc |
+++ b/test/cctest/compiler/test-run-jsops.cc |
@@ -451,7 +451,6 @@ TEST(LookupStore) { |
TEST(BlockLoadStore) { |
- FLAG_harmony_scoping = true; |
FunctionTester T("(function(a) { 'use strict'; { let x = a+a; return x; }})"); |
T.CheckCall(T.Val(46), T.Val(23)); |
@@ -460,7 +459,6 @@ TEST(BlockLoadStore) { |
TEST(BlockLoadStoreNested) { |
- FLAG_harmony_scoping = true; |
const char* src = |
"(function(a,b) {" |
"'use strict';" |