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

Unified Diff: test/mjsunit/es6/computed-property-names-object-literals-methods.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
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;
« no previous file with comments | « test/mjsunit/es6/computed-property-names-deopt.js ('k') | test/mjsunit/es6/computed-property-names-super.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698