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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-array-literal.js

Issue 2663743002: [inspector] added test infrastructure and test for es6 modules (Closed)
Patch Set: addressed comment Created 3 years, 11 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
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/get-possible-breakpoints-array-literal.js
diff --git a/test/inspector/debugger/get-possible-breakpoints-array-literal.js b/test/inspector/debugger/get-possible-breakpoints-array-literal.js
index e574f69c0142806886de1a8e4f75761b386d0913..13e2920cc70e28fd2559f30b9884a444bf3f5c81 100644
--- a/test/inspector/debugger/get-possible-breakpoints-array-literal.js
+++ b/test/inspector/debugger/get-possible-breakpoints-array-literal.js
@@ -9,4 +9,4 @@ Protocol.Debugger.onceScriptParsed().then(message => message.params.scriptId)
.then(InspectorTest.logMessage)
.then(InspectorTest.completeTest);
-compileAndRunWithOrigin("() => []", "", 0, 0);
+InspectorTest.addScript("() => []");
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698