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

Unified Diff: test/debugger/debug/harmony/async-debug-caught-exception-cases.js

Issue 2487673002: [debugger] Basic scope functionality and exception events in wrapper (Closed)
Patch Set: Formatting 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-debug-caught-exception-cases.js
diff --git a/test/mjsunit/harmony/async-debug-caught-exception-cases.js b/test/debugger/debug/harmony/async-debug-caught-exception-cases.js
similarity index 98%
rename from test/mjsunit/harmony/async-debug-caught-exception-cases.js
rename to test/debugger/debug/harmony/async-debug-caught-exception-cases.js
index 76296ef7f1cfe0538189cfb02ac42318898c1a1d..99dc515bc25692065c0f50f22c444702e3e7351b 100644
--- a/test/mjsunit/harmony/async-debug-caught-exception-cases.js
+++ b/test/debugger/debug/harmony/async-debug-caught-exception-cases.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: --allow-natives-syntax --harmony-async-await --expose-debug-as debug
+// Flags: --harmony-async-await
Debug = debug.Debug

Powered by Google App Engine
This is Rietveld 408576698