Index: test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
diff --git a/test/mjsunit/harmony/block-scoping-top-level-sloppy.js b/test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
index 74492c4ca669fcbf4c32e61366dc5277aa4bdc18..6f6a8fe06decfae09532ddd31cf35baefece876f 100644 |
--- a/test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
+++ b/test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --min-preparse-length=0 |
-// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let |
+// Flags: --harmony-sloppy --harmony-sloppy-let |
let xxx = 1; |
let f = undefined; |