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

Unified Diff: test/mjsunit/es6/classes-subclass-arrays.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-maps.js ('k') | test/mjsunit/es6/debug-step-into-class-extends.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/classes-subclass-arrays.js
diff --git a/test/mjsunit/harmony/classes-subclass-arrays.js b/test/mjsunit/es6/classes-subclass-arrays.js
similarity index 99%
rename from test/mjsunit/harmony/classes-subclass-arrays.js
rename to test/mjsunit/es6/classes-subclass-arrays.js
index e0363c715bc433b7706c1aed00ab4ada0c6d10c2..74feb6aeb4d729a9ea23a948d6a7a88ebaf84606 100644
--- a/test/mjsunit/harmony/classes-subclass-arrays.js
+++ b/test/mjsunit/es6/classes-subclass-arrays.js
@@ -1,8 +1,7 @@
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// Flags: --harmony-classes
+
'use strict';
(function TestDefaultConstructor() {
« no previous file with comments | « test/mjsunit/es6/classes-maps.js ('k') | test/mjsunit/es6/debug-step-into-class-extends.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698