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

Unified Diff: test/inspector/debugger/async-promise-late-then.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 months 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
« no previous file with comments | « test/inspector/debugger/async-instrumentation.js ('k') | test/inspector/debugger/async-set-timeout.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/async-promise-late-then.js
diff --git a/test/inspector/debugger/async-promise-late-then.js b/test/inspector/debugger/async-promise-late-then.js
index c0b588a9ccd2e39273143372edbb32c3c333e33a..83c610b921d2c18c30c3d0bb6cf3255d4c2fd6d6 100644
--- a/test/inspector/debugger/async-promise-late-then.js
+++ b/test/inspector/debugger/async-promise-late-then.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// Flags: --expose-gc
-print('Checks async stack for late .then handlers with gc');
+InspectorTest.log('Checks async stack for late .then handlers with gc');
InspectorTest.addScript(`
function foo1() {
« no previous file with comments | « test/inspector/debugger/async-instrumentation.js ('k') | test/inspector/debugger/async-set-timeout.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698