| Index: runtime/vm/service_test.cc
|
| ===================================================================
|
| --- runtime/vm/service_test.cc (revision 31370)
|
| +++ runtime/vm/service_test.cc (working copy)
|
| @@ -139,7 +139,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());
|
|
|
| @@ -150,7 +150,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());
|
|
|
|
|