Index: test/mjsunit/es6/computed-property-names.js |
diff --git a/test/mjsunit/harmony/computed-property-names.js b/test/mjsunit/es6/computed-property-names.js |
similarity index 99% |
rename from test/mjsunit/harmony/computed-property-names.js |
rename to test/mjsunit/es6/computed-property-names.js |
index 36e141116930c7d028f2bffbdadaff1bc536e994..80a047cc9cd3491aca0d9d9bacd390329e08606a 100644 |
--- a/test/mjsunit/harmony/computed-property-names.js |
+++ b/test/mjsunit/es6/computed-property-names.js |
@@ -2,8 +2,6 @@ |
// 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 |
- |
function ID(x) { |
return x; |