Index: test/inspector/console/destroy-context-during-log.js |
diff --git a/test/inspector/console/destroy-context-during-log.js b/test/inspector/console/destroy-context-during-log.js |
index 0d3d13b69777692d17e6d9636dcdbdabbe2af35c..0fa7c16d7c6be7c7813db5b73a28a5446c59ae0a 100644 |
--- a/test/inspector/console/destroy-context-during-log.js |
+++ b/test/inspector/console/destroy-context-during-log.js |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests that destroying context from inside of console.log does not crash'); |
+ |
const expression = ` |
Object.defineProperty(Object.prototype, 'RemoteObject', { |
configurable: true, |