| Index: runtime/vm/object_test.cc
|
| diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
|
| index 7014b207db5377b47901ebaa461c94846d27e5da..997ca9686b4a097f3298d51e905d7200c1c80cfd 100644
|
| --- a/runtime/vm/object_test.cc
|
| +++ b/runtime/vm/object_test.cc
|
| @@ -4261,7 +4261,8 @@ TEST_CASE(PrintJSONPrimitives) {
|
| "\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"\","
|
| "\"name\":\"bool\"},"
|
| "\"_kind\":\"RegularFunction\","
|
| - "\"static\":false,\"const\":false}",
|
| + "\"static\":false,\"const\":false,"
|
| + "\"_intrinsic\":false,\"_native\":false}",
|
| buffer);
|
| }
|
| // Library reference
|
|
|