Index: test/mjsunit/es6/array-species-constructor-delete.js |
diff --git a/test/mjsunit/harmony/array-species-constructor-delete.js b/test/mjsunit/es6/array-species-constructor-delete.js |
similarity index 94% |
rename from test/mjsunit/harmony/array-species-constructor-delete.js |
rename to test/mjsunit/es6/array-species-constructor-delete.js |
index f341282dd96f91f20944048cc8c5e0dd4efc45ab..fff22a2a8c5a64fbe489107b4391d6066948f672 100644 |
--- a/test/mjsunit/harmony/array-species-constructor-delete.js |
+++ b/test/mjsunit/es6/array-species-constructor-delete.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 |
// Overwriting the constructor of an instance updates the protector |