Index: test/inspector/runtime/console-deprecated-methods.js |
diff --git a/test/inspector/runtime/console-deprecated-methods.js b/test/inspector/runtime/console-deprecated-methods.js |
index ac13672977aee5bedd13e59da6c5372030887422..e8ccd2a2fd29618acc4f66189eb7da881a5e1bb2 100644 |
--- a/test/inspector/runtime/console-deprecated-methods.js |
+++ b/test/inspector/runtime/console-deprecated-methods.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. |
-InspectorTest.log("Tests checks that deprecation messages for console.") |
+let {session, contextGroup, Protocol} = InspectorTest.start("Tests checks that deprecation messages for console.") |
Protocol.Runtime.onConsoleAPICalled(messageAdded); |
Protocol.Runtime.enable(); |