| Index: runtime/vm/object_test.cc
|
| diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
|
| index 7e678a67e4ef507cd99778ece622c442b23201b8..c5b05587cab28c4243a9f25cbabd781c179c84e0 100644
|
| --- a/runtime/vm/object_test.cc
|
| +++ b/runtime/vm/object_test.cc
|
| @@ -4331,7 +4331,8 @@ TEST_CASE(PrintJSONPrimitives) {
|
| "\"id\":\"\",\"name\":\"toString\","
|
| "\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"\","
|
| "\"name\":\"bool\"},"
|
| - "\"kind\":\"RegularFunction\"}",
|
| + "\"_kind\":\"RegularFunction\","
|
| + "\"static\":false,\"const\":false}",
|
| buffer);
|
| }
|
| // Library reference
|
|
|