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

Unified Diff: test/mjsunit/es6/object-literals-method.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/es6/object-literals-method.js
diff --git a/test/mjsunit/harmony/object-literals-method.js b/test/mjsunit/es6/object-literals-method.js
similarity index 99%
rename from test/mjsunit/harmony/object-literals-method.js
rename to test/mjsunit/es6/object-literals-method.js
index d2879ada8f7ca59d8ecb7ea515cdfb8459ac4243..e4527cb776b569b33dcecbc9907bf23d1861ac90 100644
--- a/test/mjsunit/harmony/object-literals-method.js
+++ b/test/mjsunit/es6/object-literals-method.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-object-literals --allow-natives-syntax
+// Flags: --allow-natives-syntax
(function TestBasics() {
« no previous file with comments | « test/mjsunit/es6/method-name-eval-arguments.js ('k') | test/mjsunit/es6/object-literals-property-shorthand.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698