summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-api-repeated-in-console.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/console-api-repeated-in-console.js')
-rw-r--r--deps/v8/test/inspector/runtime/console-api-repeated-in-console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/inspector/runtime/console-api-repeated-in-console.js b/deps/v8/test/inspector/runtime/console-api-repeated-in-console.js
index f7de071654..aafdbdefd9 100644
--- a/deps/v8/test/inspector/runtime/console-api-repeated-in-console.js
+++ b/deps/v8/test/inspector/runtime/console-api-repeated-in-console.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("Check that console.log is reported through Console domain as well.");
+let {session, contextGroup, Protocol} = InspectorTest.start("Check that console.log is reported through Console domain as well.");
var expectedMessages = 4;
var messages = [];