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

Unified Diff: test/mjsunit/harmony/computed-property-names-super.js

Issue 1218473003: [es6] Remove harmony-object-literal flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update description of harmony classes flag Created 5 years, 6 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/harmony/computed-property-names-super.js
diff --git a/test/mjsunit/harmony/computed-property-names-super.js b/test/mjsunit/harmony/computed-property-names-super.js
index 096e0103172615f7e25a7518e31c0b967d54d14f..0d15b27968b696a7aac23411af299129183a6b7a 100644
--- a/test/mjsunit/harmony/computed-property-names-super.js
+++ b/test/mjsunit/harmony/computed-property-names-super.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 --harmony-object-literals
+// Flags: --harmony-computed-property-names
// Flags: --harmony-classes --allow-natives-syntax

Powered by Google App Engine
This is Rietveld 408576698