Index: test/mjsunit/es6/arrow-functions-lexical-arguments.js |
diff --git a/test/mjsunit/harmony/arrow-functions-lexical-arguments.js b/test/mjsunit/es6/arrow-functions-lexical-arguments.js |
similarity index 98% |
rename from test/mjsunit/harmony/arrow-functions-lexical-arguments.js |
rename to test/mjsunit/es6/arrow-functions-lexical-arguments.js |
index b2498d78dcdb3acad4086b94935cb42ab357a66d..2d06552ed29efbc86666295441bf3254c37b29e7 100644 |
--- a/test/mjsunit/harmony/arrow-functions-lexical-arguments.js |
+++ b/test/mjsunit/es6/arrow-functions-lexical-arguments.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-arrow-functions |
- |
(function testInFunctionDeclaration() { |
var calls = 0; |