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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-lazy-error.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/get-possible-breakpoints-lazy-error.js
diff --git a/test/inspector/debugger/get-possible-breakpoints-lazy-error.js b/test/inspector/debugger/get-possible-breakpoints-lazy-error.js
index 8cb2b77547a667c5afdad3e579fb98313d9c1164..d1326e967ff88efef66e96580ba8906f9a3a32dd 100644
--- a/test/inspector/debugger/get-possible-breakpoints-lazy-error.js
+++ b/test/inspector/debugger/get-possible-breakpoints-lazy-error.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('getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334)');
+let {session, contextGroup, Protocol} = InspectorTest.start('getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334)');
-InspectorTest.addScript(`
+contextGroup.addScript(`
function test() { continue; }
//# sourceURL=test.js`);

Powered by Google App Engine
This is Rietveld 408576698