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

Unified Diff: test/inspector/runtime/length-or-size-description.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: addressed comments 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
Index: test/inspector/runtime/length-or-size-description.js
diff --git a/test/inspector/runtime/length-or-size-description.js b/test/inspector/runtime/length-or-size-description.js
index 4e91f7f54bb4431cc29ad340bd898c3cd48c0b87..e2c874f0c1c3b4211f3b45087f91d9860dcb13ab 100644
--- a/test/inspector/runtime/length-or-size-description.js
+++ b/test/inspector/runtime/length-or-size-description.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.
-print("Test that descriptions for arrays, maps, and sets include the correct length or size.")
+InspectorTest.log("Test that descriptions for arrays, maps, and sets include the correct length or size.")
Promise.all([
testExpression("new Set()"),

Powered by Google App Engine
This is Rietveld 408576698