Index: test/mjsunit/es6/block-scoping-top-level-sloppy.js |
diff --git a/test/mjsunit/harmony/block-scoping-top-level-sloppy.js b/test/mjsunit/es6/block-scoping-top-level-sloppy.js |
similarity index 92% |
rename from test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
rename to test/mjsunit/es6/block-scoping-top-level-sloppy.js |
index 6f6a8fe06decfae09532ddd31cf35baefece876f..2a3b903f9ee63d8b8fa8251bce8d7347fed16c91 100644 |
--- a/test/mjsunit/harmony/block-scoping-top-level-sloppy.js |
+++ b/test/mjsunit/es6/block-scoping-top-level-sloppy.js |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
// Flags: --min-preparse-length=0 |
-// Flags: --harmony-sloppy --harmony-sloppy-let |
let xxx = 1; |
let f = undefined; |