Index: test/mjsunit/es6/promise-species.js |
diff --git a/test/mjsunit/harmony/promise-species.js b/test/mjsunit/es6/promise-species.js |
similarity index 96% |
rename from test/mjsunit/harmony/promise-species.js |
rename to test/mjsunit/es6/promise-species.js |
index 12244f291a14b58bc6f44714ce5787bfa03bb6f7..f6f2e7a1b5c9342204661fdd6da8db3624523318 100644 |
--- a/test/mjsunit/harmony/promise-species.js |
+++ b/test/mjsunit/es6/promise-species.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-species --allow-natives-syntax |
+// Flags: --allow-natives-syntax |
// Test that Promises use @@species appropriately |