Index: test/inspector/runtime/exception-thrown.js |
diff --git a/test/inspector/runtime/exception-thrown.js b/test/inspector/runtime/exception-thrown.js |
index 76752f9d3b9ea2f070827dd0d9224fdb443e90a4..da437fc158f2284c12d15505ae0553918696d5bf 100644 |
--- a/test/inspector/runtime/exception-thrown.js |
+++ b/test/inspector/runtime/exception-thrown.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("Check that exceptionThrown is supported by test runner.") |
+InspectorTest.log("Check that exceptionThrown is supported by test runner.") |
Protocol.Runtime.enable(); |
Protocol.Runtime.onExceptionThrown(message => InspectorTest.logMessage(message)); |