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

Unified Diff: test/inspector/debugger/side-effect-free-debug-evaluate.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/debugger/side-effect-free-debug-evaluate.js
diff --git a/test/inspector/debugger/side-effect-free-debug-evaluate.js b/test/inspector/debugger/side-effect-free-debug-evaluate.js
index 705901ad7835e9f8f784724bbbe7c2aa989d742a..34e3a259816c8c3099fc8901ea956f30dfc5a6e2 100644
--- a/test/inspector/debugger/side-effect-free-debug-evaluate.js
+++ b/test/inspector/debugger/side-effect-free-debug-evaluate.js
@@ -3,8 +3,9 @@
// found in the LICENSE file.
// Flags: --ignition --turbo
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests side-effect-free evaluation');
-InspectorTest.addScript(`
+contextGroup.addScript(`
function testFunction()
{
var o = 0;

Powered by Google App Engine
This is Rietveld 408576698