summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/internal-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/internal-properties.js')
-rw-r--r--deps/v8/test/inspector/runtime/internal-properties.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/inspector/runtime/internal-properties.js b/deps/v8/test/inspector/runtime/internal-properties.js
index 2ee4c459fa..1e42f917ea 100644
--- a/deps/v8/test/inspector/runtime/internal-properties.js
+++ b/deps/v8/test/inspector/runtime/internal-properties.js
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log('Checks internal properties in Runtime.getProperties output');
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks internal properties in Runtime.getProperties output');
-InspectorTest.addScript(`
+contextGroup.addScript(`
function* foo() {
yield 1;
}