Index: test/mjsunit/es6/computed-property-names-classes.js |
diff --git a/test/mjsunit/harmony/computed-property-names-classes.js b/test/mjsunit/es6/computed-property-names-classes.js |
similarity index 99% |
rename from test/mjsunit/harmony/computed-property-names-classes.js |
rename to test/mjsunit/es6/computed-property-names-classes.js |
index 46a9e9ec2de7025f5ebc8b988ff106eed562c0d0..eebf99aef5eab829be1d58bff31ac0c3a65d3bce 100644 |
--- a/test/mjsunit/harmony/computed-property-names-classes.js |
+++ b/test/mjsunit/es6/computed-property-names-classes.js |
@@ -4,8 +4,6 @@ |
'use strict'; |
-// Flags: --harmony-computed-property-names |
- |
function ID(x) { |
return x; |