Index: test/inspector/debugger/collect-old-async-call-chains.js |
diff --git a/test/inspector/debugger/collect-old-async-call-chains.js b/test/inspector/debugger/collect-old-async-call-chains.js |
index 73f55ca88a7e9307d3088b6076fc3f288961e112..7ac822534b890f084f8109ab13b35b57f86ef036 100644 |
--- a/test/inspector/debugger/collect-old-async-call-chains.js |
+++ b/test/inspector/debugger/collect-old-async-call-chains.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 that we drop old async call chains.'); |
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks that we drop old async call chains.'); |
Protocol.Debugger.enable(); |
Protocol.Runtime.enable(); |