Index: test/mjsunit/es6/computed-property-names-object-literals-methods.js |
diff --git a/test/mjsunit/harmony/computed-property-names-object-literals-methods.js b/test/mjsunit/es6/computed-property-names-object-literals-methods.js |
similarity index 98% |
rename from test/mjsunit/harmony/computed-property-names-object-literals-methods.js |
rename to test/mjsunit/es6/computed-property-names-object-literals-methods.js |
index 7ba15aca92dbbc5542b292e8825433c5ca6c1a21..a5f380ceacfebbb36001cdc348070d1022a86db2 100644 |
--- a/test/mjsunit/harmony/computed-property-names-object-literals-methods.js |
+++ b/test/mjsunit/es6/computed-property-names-object-literals-methods.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; |