Index: runtime/vm/service_test.cc |
=================================================================== |
--- runtime/vm/service_test.cc (revision 31244) |
+++ runtime/vm/service_test.cc (working copy) |
@@ -87,7 +87,7 @@ |
"{\"type\":\"BreakpointList\",\"breakpoints\":[{" |
"\"type\":\"Breakpoint\",\"id\":1,\"enabled\":true," |
"\"resolved\":false," |
- "\"location\":{\"type\":\"Location\",\"libId\":12," |
+ "\"location\":{\"type\":\"Location\"," |
"\"script\":\"dart:test-lib\",\"tokenPos\":5}}]}", |
handler.msg()); |
@@ -98,7 +98,7 @@ |
EXPECT_STREQ( |
"{\"type\":\"Breakpoint\",\"id\":1,\"enabled\":true," |
"\"resolved\":false," |
- "\"location\":{\"type\":\"Location\",\"libId\":12," |
+ "\"location\":{\"type\":\"Location\"," |
"\"script\":\"dart:test-lib\",\"tokenPos\":5}}", |
handler.msg()); |