| Index: test/inspector/runtime/console-memory.js
|
| diff --git a/test/inspector/runtime/console-memory.js b/test/inspector/runtime/console-memory.js
|
| index e756dec794e07f7dbc3988d828d2988b6c42acaa..45f86c035c57e660a687761ecf5302e082ee7802 100644
|
| --- a/test/inspector/runtime/console-memory.js
|
| +++ b/test/inspector/runtime/console-memory.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('Checks console.memory');
|
| +let {session, contextGroup, Protocol} = InspectorTest.start('Checks console.memory');
|
|
|
| InspectorTest.runAsyncTestSuite([
|
| async function testWithoutMemory() {
|
|
|