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()"), |