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

Unified Diff: test/debugger/debug/harmony/async-function-debug-evaluate.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (Closed)
Patch Set: One more test 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/harmony/async-function-debug-evaluate.js
diff --git a/test/mjsunit/harmony/async-function-debug-evaluate.js b/test/debugger/debug/harmony/async-function-debug-evaluate.js
similarity index 98%
rename from test/mjsunit/harmony/async-function-debug-evaluate.js
rename to test/debugger/debug/harmony/async-function-debug-evaluate.js
index edf7bcab12406b5bbda5bb463b916a48e17042e8..e31af669701e3ad28efb0e22e567afefe9eab4ab 100644
--- a/test/mjsunit/harmony/async-function-debug-evaluate.js
+++ b/test/debugger/debug/harmony/async-function-debug-evaluate.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-async-await --expose-debug-as debug
+// Flags: --harmony-async-await
var Debug = debug.Debug;
var breakPointCount = 0;

Powered by Google App Engine
This is Rietveld 408576698