Index: test/mjsunit/es6/block-sloppy-function.js |
diff --git a/test/mjsunit/harmony/block-sloppy-function.js b/test/mjsunit/es6/block-sloppy-function.js |
similarity index 98% |
rename from test/mjsunit/harmony/block-sloppy-function.js |
rename to test/mjsunit/es6/block-sloppy-function.js |
index 2bea1476abd033b28716feb86aea8727c8e9a4b2..41063b4618af509b1d15d3922df0c0a7dc5af126 100644 |
--- a/test/mjsunit/harmony/block-sloppy-function.js |
+++ b/test/mjsunit/es6/block-sloppy-function.js |
@@ -2,9 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-sloppy --harmony-sloppy-let |
-// Flags: --harmony-sloppy-function |
- |
// Test Annex B 3.3 semantics for functions declared in blocks in sloppy mode. |
// http://www.ecma-international.org/ecma-262/6.0/#sec-block-level-function-declarations-web-legacy-compatibility-semantics |