Index: test/mjsunit/es6/array-species-delete.js |
diff --git a/test/mjsunit/harmony/array-species-delete.js b/test/mjsunit/es6/array-species-delete.js |
similarity index 94% |
rename from test/mjsunit/harmony/array-species-delete.js |
rename to test/mjsunit/es6/array-species-delete.js |
index ba49414069de865c8ff94167138f316f71d83e25..16a2fa26f95325cd5bd9e69eafaa33adcfcefc31 100644 |
--- a/test/mjsunit/harmony/array-species-delete.js |
+++ b/test/mjsunit/es6/array-species-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 |