Index: test/mjsunit/es6/block-scoping.js |
diff --git a/test/mjsunit/harmony/block-scoping.js b/test/mjsunit/es6/block-scoping.js |
similarity index 99% |
rename from test/mjsunit/harmony/block-scoping.js |
rename to test/mjsunit/es6/block-scoping.js |
index 29ca8e180e251dee3fdb0da95e5d7b0f43984678..5f481b8bf2ebb9f87d8bc78d0972aa3097a35937 100644 |
--- a/test/mjsunit/harmony/block-scoping.js |
+++ b/test/mjsunit/es6/block-scoping.js |
@@ -25,7 +25,7 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --allow-natives-syntax --harmony-scoping |
+// Flags: --allow-natives-syntax |
// Test functionality of block scopes. |
"use strict"; |