Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: test/inspector/runtime/console-memory.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698