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

Unified Diff: test/debugger/debug/harmony/async-debug-caught-exception-cases3.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-cases3.js
diff --git a/test/mjsunit/harmony/async-await-resolve-new.js b/test/debugger/debug/harmony/async-debug-caught-exception-cases3.js
similarity index 69%
copy from test/mjsunit/harmony/async-await-resolve-new.js
copy to test/debugger/debug/harmony/async-debug-caught-exception-cases3.js
index 0711c95873e95b9d32d5418b47d5fdda4dec4d64..451f8b96365e622fa760dc84a6a35d8add56b8ca 100644
--- a/test/mjsunit/harmony/async-await-resolve-new.js
+++ b/test/debugger/debug/harmony/async-debug-caught-exception-cases3.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(3);

Powered by Google App Engine
This is Rietveld 408576698