Index: test/mjsunit/es6/class-computed-property-names-super.js |
diff --git a/test/mjsunit/harmony/class-computed-property-names-super.js b/test/mjsunit/es6/class-computed-property-names-super.js |
similarity index 96% |
rename from test/mjsunit/harmony/class-computed-property-names-super.js |
rename to test/mjsunit/es6/class-computed-property-names-super.js |
index a68b53c18fc3dde7d540c5199aff6bfad4530137..cb9f25157cdea075054577b0237f94babf9d68de 100644 |
--- a/test/mjsunit/harmony/class-computed-property-names-super.js |
+++ b/test/mjsunit/es6/class-computed-property-names-super.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-computed-property-names --harmony-sloppy |
+// Flags: --harmony-sloppy |
// Flags: --allow-natives-syntax |