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

Unified Diff: test/mjsunit/es6/debug-step-into-constructor.js

Issue 1213813003: [es6] Remove harmony-classes 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/debug-step-into-constructor.js
diff --git a/test/mjsunit/harmony/debug-step-into-constructor.js b/test/mjsunit/es6/debug-step-into-constructor.js
similarity index 97%
rename from test/mjsunit/harmony/debug-step-into-constructor.js
rename to test/mjsunit/es6/debug-step-into-constructor.js
index dbef60f8465af4d629ac8ffb00868a2627fa2395..dfe98a9947e4640418955b4a05d0d60280428e04 100644
--- a/test/mjsunit/harmony/debug-step-into-constructor.js
+++ b/test/mjsunit/es6/debug-step-into-constructor.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: --expose-debug-as debug --harmony-classes
+// Flags: --expose-debug-as debug
'use strict';

Powered by Google App Engine
This is Rietveld 408576698