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

Unified Diff: test/debugger/debug/es6/debug-stepnext-for.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (Closed)
Patch Set: Address comments Created 4 years, 1 month 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/debugger/debug/es6/debug-stepnext-for.js
diff --git a/test/mjsunit/es6/debug-stepnext-for.js b/test/debugger/debug/es6/debug-stepnext-for.js
similarity index 98%
rename from test/mjsunit/es6/debug-stepnext-for.js
rename to test/debugger/debug/es6/debug-stepnext-for.js
index d425a46b8445739a13cdd190e8e99985f553d9df..29712d82bb62997d102ba1fb2be8916a09aecbf6 100644
--- a/test/mjsunit/es6/debug-stepnext-for.js
+++ b/test/debugger/debug/es6/debug-stepnext-for.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
+// Flags: --harmony
Debug = debug.Debug;
var break_count = 0
« no previous file with comments | « test/debugger/debug/es6/debug-stepin-string-template.js ('k') | test/debugger/debug/es6/default-parameters-debug.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698