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

Unified Diff: test/mjsunit/es6/computed-property-names-deopt.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-deopt.js
diff --git a/test/mjsunit/harmony/computed-property-names-deopt.js b/test/mjsunit/es6/computed-property-names-deopt.js
similarity index 91%
rename from test/mjsunit/harmony/computed-property-names-deopt.js
rename to test/mjsunit/es6/computed-property-names-deopt.js
index 1f0b0585fc36250912ee9df28da3aa28452daca6..2f3a597f11fb705f51990de5504e63daa5548094 100644
--- a/test/mjsunit/harmony/computed-property-names-deopt.js
+++ b/test/mjsunit/es6/computed-property-names-deopt.js
@@ -2,7 +2,7 @@
// 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 --allow-natives-syntax
+// Flags: --allow-natives-syntax
(function TestProtoDeopt() {

Powered by Google App Engine
This is Rietveld 408576698