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

Unified Diff: test/debugger/debug/harmony/async-debug-caught-exception-cases2.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-cases2.js
diff --git a/test/mjsunit/harmony/async-await-resolve-new.js b/test/debugger/debug/harmony/async-debug-caught-exception-cases2.js
similarity index 69%
copy from test/mjsunit/harmony/async-await-resolve-new.js
copy to test/debugger/debug/harmony/async-debug-caught-exception-cases2.js
index 0711c95873e95b9d32d5418b47d5fdda4dec4d64..06583494a7550d5e013e697c50d7998a5cf62420 100644
--- a/test/mjsunit/harmony/async-await-resolve-new.js
+++ b/test/debugger/debug/harmony/async-debug-caught-exception-cases2.js
@@ -3,7 +3,6 @@
// found in the LICENSE file.
// Flags: --harmony-async-await
+// Files: test/debugger/debug/harmony/async-debug-caught-exception-cases.js
-var resolved = Promise.resolve();
-
-assertTrue((async() => resolved)() !== resolved);
+runPart(2);

Powered by Google App Engine
This is Rietveld 408576698