| Index: runtime/vm/object_test.cc
|
| diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
|
| index 8531715547d15774d675d7264f563aa84a3296d3..7b236009e8aef233970d534743169255bce1d962 100644
|
| --- a/runtime/vm/object_test.cc
|
| +++ b/runtime/vm/object_test.cc
|
| @@ -4210,8 +4210,8 @@ TEST_CASE(PrintJSONPrimitives) {
|
| elideSubstring("classes", js.ToCString(), buffer);
|
| EXPECT_STREQ(
|
| "{\"type\":\"@Function\",\"id\":\"\",\"name\":\"toString\","
|
| - "\"owningClass\":{\"type\":\"@Class\",\"id\":\"\",\"name\":\"bool\"},"
|
| - "\"kind\":\"kRegularFunction\"}",
|
| + "\"owner\":{\"type\":\"@Class\",\"id\":\"\",\"name\":\"bool\"},"
|
| + "\"kind\":\"RegularFunction\"}",
|
| buffer);
|
| }
|
| // Library reference
|
|
|