Index: test/inspector/runtime/client-console-api-message.js |
diff --git a/test/inspector/runtime/client-console-api-message.js b/test/inspector/runtime/client-console-api-message.js |
index 877165c1c403707380dd17ed458da24c983b3ba9..15838fa48977b376b58472bbb8b0652d0767e33e 100644 |
--- a/test/inspector/runtime/client-console-api-message.js |
+++ b/test/inspector/runtime/client-console-api-message.js |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-InspectorTest.log('Checks that we passed correct arguments in ' + |
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks that we passed correct arguments in ' + |
'V8InspectorClient::consoleAPIMessage. Note: lines and columns are 1-based.'); |
-InspectorTest.addScript(` |
+contextGroup.addScript(` |
function consoleTrace() { |
function a() { |
function b() { |