| Index: test/inspector/runtime/get-properties.js
|
| diff --git a/test/inspector/runtime/get-properties.js b/test/inspector/runtime/get-properties.js
|
| index 2c1222b5818877a0e4529425727b47ddff41d1d7..56a4c4be0b3ce28cae82f08d717d9d769d000b38 100644
|
| --- a/test/inspector/runtime/get-properties.js
|
| +++ b/test/inspector/runtime/get-properties.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 Runtime.getProperties method');
|
| +let {session, contextGroup, Protocol} = InspectorTest.start('Checks Runtime.getProperties method');
|
|
|
| InspectorTest.runAsyncTestSuite([
|
| async function testObject5() {
|
|
|