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

Unified Diff: runtime/vm/debugger_test.cc

Issue 487023003: vmservice protocol cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 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 | « runtime/vm/coverage_test.cc ('k') | runtime/vm/object.cc » ('j') | 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 e53f291120dbf6522dfc1c22768d03cd5084418b..35dbcabcdd5c23f009d00feb4fc7b9e91771dc4d 100644
--- a/runtime/vm/debugger_test.cc
+++ b/runtime/vm/debugger_test.cc
@@ -74,14 +74,14 @@ TEST_CASE(Debugger_PrintBreakpointsToJSONArray) {
"\"location\":{\"type\":\"Location\","
"\"script\":{\"type\":\"@Script\","
"\"id\":\"libraries\\/%" Pd "\\/scripts\\/test-lib\","
- "\"name\":\"test-lib\",\"user_name\":\"test-lib\","
+ "\"name\":\"test-lib\","
"\"kind\":\"script\"},\"tokenPos\":14}},"
"{\"type\":\"Breakpoint\",\"id\":\"debug\\/breakpoints\\/1\","
"\"breakpointNumber\":1,\"enabled\":true,\"resolved\":false,"
"\"location\":{\"type\":\"Location\","
"\"script\":{\"type\":\"@Script\","
"\"id\":\"libraries\\/%" Pd "\\/scripts\\/test-lib\","
- "\"name\":\"test-lib\",\"user_name\":\"test-lib\","
+ "\"name\":\"test-lib\","
"\"kind\":\"script\"},\"tokenPos\":5}}]",
vmlib.index(), vmlib.index());
}
« no previous file with comments | « runtime/vm/coverage_test.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698