| Index: runtime/vm/debugger_test.cc
|
| ===================================================================
|
| --- runtime/vm/debugger_test.cc (revision 31370)
|
| +++ runtime/vm/debugger_test.cc (working copy)
|
| @@ -44,11 +44,11 @@
|
| EXPECT_STREQ(
|
| "[{\"type\":\"Breakpoint\",\"id\":2,"
|
| "\"enabled\":true,\"resolved\":false,"
|
| - "\"location\":{\"type\":\"Location\",\"libId\":12,"
|
| + "\"location\":{\"type\":\"Location\","
|
| "\"script\":\"dart:test-lib\",\"tokenPos\":14}},"
|
| "{\"type\":\"Breakpoint\",\"id\":1,"
|
| "\"enabled\":true,\"resolved\":false,"
|
| - "\"location\":{\"type\":\"Location\",\"libId\":12,"
|
| + "\"location\":{\"type\":\"Location\","
|
| "\"script\":\"dart:test-lib\",\"tokenPos\":5}}]",
|
| js.ToCString());
|
| }
|
|
|