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

Unified Diff: runtime/vm/debugger_test.cc

Issue 2877293002: Fix test by using private_key parameter. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger_test.cc
diff --git a/runtime/vm/debugger_test.cc b/runtime/vm/debugger_test.cc
index c715c3df2fd1d2512baec61190725c349a2127c8..8963195085e74d01175739853ea99276dd2cade9 100644
--- a/runtime/vm/debugger_test.cc
+++ b/runtime/vm/debugger_test.cc
@@ -155,13 +155,13 @@ TEST_CASE(Debugger_PrintBreakpointsToJSONArray) {
"[{\"type\":\"Breakpoint\",\"fixedId\":true,\"id\":\"breakpoints\\/"
"2\",\"breakpointNumber\":2,\"resolved\":false,\"location\":{\"type\":"
"\"UnresolvedSourceLocation\",\"script\":{\"type\":\"@Script\","
- "\"fixedId\":true,\"id\":\"libraries\\/@15247669\\/scripts\\/"
+ "\"fixedId\":true,\"id\":\"libraries\\/%s\\/scripts\\/"
"test-lib\\/"
"0\",\"uri\":\"test-lib\",\"_kind\":\"script\"},\"line\":3}},{\"type\":"
"\"Breakpoint\",\"fixedId\":true,\"id\":\"breakpoints\\/"
"1\",\"breakpointNumber\":1,\"resolved\":false,\"location\":{\"type\":"
"\"UnresolvedSourceLocation\",\"script\":{\"type\":\"@Script\","
- "\"fixedId\":true,\"id\":\"libraries\\/@15247669\\/scripts\\/"
+ "\"fixedId\":true,\"id\":\"libraries\\/%s\\/scripts\\/"
"test-lib\\/"
"0\",\"uri\":\"test-lib\",\"_kind\":\"script\"},\"line\":2}},{\"type\":"
"\"Breakpoint\",\"fixedId\":true,\"id\":\"breakpoints\\/"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698