Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: test/mjsunit/es6/computed-property-names-classes.js

Issue 1273543002: Delete --harmony-computed-property-names flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/computed-property-names.js ('k') | test/mjsunit/es6/computed-property-names-deopt.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « test/mjsunit/es6/computed-property-names.js ('k') | test/mjsunit/es6/computed-property-names-deopt.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698