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

Unified Diff: test/inspector/runtime/evaluate-async-with-wrap-error.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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/runtime/evaluate-async.js ('k') | test/inspector/runtime/evaluate-empty-stack.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/evaluate-async-with-wrap-error.js
diff --git a/test/inspector/runtime/evaluate-async-with-wrap-error.js b/test/inspector/runtime/evaluate-async-with-wrap-error.js
index 676b843a97779804b57e75bf374c0138748897e5..43b71ada32a0482be0c45f87d76be515568ff1a7 100644
--- a/test/inspector/runtime/evaluate-async-with-wrap-error.js
+++ b/test/inspector/runtime/evaluate-async-with-wrap-error.js
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log("Test that Runtime.evaluate correctly process errors during wrapping \
-async result.");
+let {session, contextGroup, Protocol} = InspectorTest.start("Test that " +
+ "Runtime.evaluate correctly process errors during wrapping async result.");
var evaluateArguments = {
expression: "Promise.resolve(Symbol(123))",
« no previous file with comments | « test/inspector/runtime/evaluate-async.js ('k') | test/inspector/runtime/evaluate-empty-stack.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698