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

Unified Diff: test/mjsunit/es6/classes-lazy-parsing.js

Issue 1213813003: [es6] Remove harmony-classes flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove empty flags field from json 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
« no previous file with comments | « test/mjsunit/es6/classes-experimental.js ('k') | test/mjsunit/es6/classes-maps.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/classes-lazy-parsing.js
diff --git a/test/mjsunit/harmony/classes-lazy-parsing.js b/test/mjsunit/es6/classes-lazy-parsing.js
similarity index 91%
rename from test/mjsunit/harmony/classes-lazy-parsing.js
rename to test/mjsunit/es6/classes-lazy-parsing.js
index ceac9aa0761aebe42a0185b400ac6bb7f5b53ef1..c1bf31da2d598954397a9b3351e4d31522fdd244 100644
--- a/test/mjsunit/harmony/classes-lazy-parsing.js
+++ b/test/mjsunit/es6/classes-lazy-parsing.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-classes --min-preparse-length=0
+// Flags: --min-preparse-length=0
'use strict';
« no previous file with comments | « test/mjsunit/es6/classes-experimental.js ('k') | test/mjsunit/es6/classes-maps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698