Index: test/mjsunit/es6/block-non-strict-errors.js |
diff --git a/test/mjsunit/harmony/block-non-strict-errors.js b/test/mjsunit/es6/block-non-strict-errors.js |
similarity index 95% |
rename from test/mjsunit/harmony/block-non-strict-errors.js |
rename to test/mjsunit/es6/block-non-strict-errors.js |
index 11fa5c6a52baa7aa280945248667569d213fc7e9..48cac211419ddaf2df0acfb08562ed8a82ca80ff 100644 |
--- a/test/mjsunit/harmony/block-non-strict-errors.js |
+++ b/test/mjsunit/es6/block-non-strict-errors.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-scoping --harmony-classes |
+// Flags: --harmony-classes |
function CheckError(source) { |
var exception = null; |