Index: test/inspector/debugger/script-parsed-for-runtime-evaluate.js |
diff --git a/test/inspector/debugger/script-parsed-for-runtime-evaluate.js b/test/inspector/debugger/script-parsed-for-runtime-evaluate.js |
index f5a935942dd44cb9295ddfee4c258b3c061929f8..be62089d7ada28f32ff708dc41062acab4873fb6 100644 |
--- a/test/inspector/debugger/script-parsed-for-runtime-evaluate.js |
+++ b/test/inspector/debugger/script-parsed-for-runtime-evaluate.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("Checks that inspector reports script compiled in Runtime.evaluate," + |
+InspectorTest.log("Checks that inspector reports script compiled in Runtime.evaluate," + |
"Runtime.callFunctionOn and Runtime.compileScript"); |
Promise.prototype.thenLog = function log(message) { |