| Index: test/mjsunit/es6/empty-for.js
|
| diff --git a/test/mjsunit/harmony/empty-for.js b/test/mjsunit/es6/empty-for.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/empty-for.js
|
| rename to test/mjsunit/es6/empty-for.js
|
| index 02211260ff5d1bd2cd50feb16c6b09b1984f69ea..dad892d3280bc824f4611a29e4308daecccd1f2a 100644
|
| --- a/test/mjsunit/harmony/empty-for.js
|
| +++ b/test/mjsunit/es6/empty-for.js
|
| @@ -25,8 +25,6 @@
|
| // (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: --harmony-scoping
|
| -
|
| "use strict";
|
|
|
| function for_const() {
|
|
|