Index: runtime/vm/debugger_test.cc |
diff --git a/runtime/vm/debugger_test.cc b/runtime/vm/debugger_test.cc |
index 7393c67a0eb88dcdeb8219a2c59c66615864a239..b418cbfb87f6f8eea71645049e0e63e8b5702a50 100644 |
--- a/runtime/vm/debugger_test.cc |
+++ b/runtime/vm/debugger_test.cc |
@@ -69,18 +69,18 @@ TEST_CASE(Debugger_PrintBreakpointsToJSONArray) { |
js.ToCString(), |
"[{\"type\":\"Breakpoint\",\"fixedId\":true,\"id\":\"breakpoints\\/2\"," |
"\"breakpointNumber\":2,\"resolved\":false," |
- "\"location\":{\"type\":\"SourceLocation\"," |
+ "\"location\":{\"type\":\"UnresolvedSourceLocation\"," |
"\"script\":{\"type\":\"@Script\",\"fixedId\":true," |
"\"id\":\"libraries\\/%" Pd "\\/scripts\\/test-lib\"," |
"\"uri\":\"test-lib\"," |
- "\"_kind\":\"script\"},\"tokenPos\":14}}," |
+ "\"_kind\":\"script\"},\"line\":3}}," |
"{\"type\":\"Breakpoint\",\"fixedId\":true,\"id\":\"breakpoints\\/1\"," |
"\"breakpointNumber\":1,\"resolved\":false," |
- "\"location\":{\"type\":\"SourceLocation\"," |
+ "\"location\":{\"type\":\"UnresolvedSourceLocation\"," |
"\"script\":{\"type\":\"@Script\",\"fixedId\":true," |
"\"id\":\"libraries\\/%" Pd "\\/scripts\\/test-lib\"," |
"\"uri\":\"test-lib\"," |
- "\"_kind\":\"script\"},\"tokenPos\":5}}]", |
+ "\"_kind\":\"script\"},\"line\":2}}]", |
vmlib.index(), vmlib.index()); |
} |
} |