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

Unified Diff: test/mjsunit/es6/object-literals-property-shorthand.js

Issue 1218473003: [es6] Remove harmony-object-literal flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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-property-shorthand.js
diff --git a/test/mjsunit/harmony/object-literals-property-shorthand.js b/test/mjsunit/es6/object-literals-property-shorthand.js
similarity index 97%
rename from test/mjsunit/harmony/object-literals-property-shorthand.js
rename to test/mjsunit/es6/object-literals-property-shorthand.js
index 9756da46c10b4309f61cbba94c0dea6c63e4832c..29ce66d270839e861751b7f0205ef74712bc58f5 100644
--- a/test/mjsunit/harmony/object-literals-property-shorthand.js
+++ b/test/mjsunit/es6/object-literals-property-shorthand.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-object-literals
-
(function TestBasics() {
var x = 1;

Powered by Google App Engine
This is Rietveld 408576698