Index: test/mjsunit/es6/array-species-proto.js |
diff --git a/test/mjsunit/harmony/array-species-proto.js b/test/mjsunit/es6/array-species-proto.js |
similarity index 94% |
rename from test/mjsunit/harmony/array-species-proto.js |
rename to test/mjsunit/es6/array-species-proto.js |
index 70db75151994aa6a82464c11ab001e50226a5399..6b55881cd61b594f660b333efda8ac2081ed7710 100644 |
--- a/test/mjsunit/harmony/array-species-proto.js |
+++ b/test/mjsunit/es6/array-species-proto.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 an array instance's __proto__ updates the protector |