Index: test/inspector/runtime/run-script-async.js |
diff --git a/test/inspector/runtime/run-script-async.js b/test/inspector/runtime/run-script-async.js |
index 0aa90962a5d18263272ddb2deb5461eed61eb44f..a99d1efc3e197bbf17d79e6e13588ea067effe64 100644 |
--- a/test/inspector/runtime/run-script-async.js |
+++ b/test/inspector/runtime/run-script-async.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("Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise flag."); |
+InspectorTest.log("Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise flag."); |
InspectorTest.runTestSuite([ |
function testRunAndCompileWithoutAgentEnable(next) |