File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
validation-test/Reflection Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ reflect(object: obj)
3939// CHECK-32: Type info:
4040// CHECK-32: (class_instance size=12 alignment=4 stride=12 num_extra_inhabitants=0
4141// CHECK-32: (field name=t offset=8
42- // CHECK-32: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=0
42+ // CHECK-32: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=1
4343// (unstable implementation details omitted)
4444
4545doneReflecting ( )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ reflect(object: obj)
3939// CHECK-32: Type info:
4040// CHECK-32: (class_instance size=12 alignment=4 stride=12 num_extra_inhabitants=0
4141// CHECK-32: (field name=t offset=8
42- // CHECK-32: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=0
42+ // CHECK-32: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=1
4343// (unstable implementation details omitted)
4444
4545doneReflecting ( )
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ reflect(object: obj)
220220// CHECK-32-NEXT: (field name=large offset=0
221221// CHECK-32-NEXT: (reference kind=strong refcounting=native))))))
222222// CHECK-32-NEXT: (field name=t03 offset=24
223- // CHECK-32-NEXT: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=0
223+ // CHECK-32-NEXT: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=1
224224// (unstable implementation details omitted)
225225// CHECK-32: (field name=t04 offset=32
226226// CHECK-32-NEXT: (struct size=8 alignment=8 stride=8 num_extra_inhabitants=0
@@ -259,7 +259,7 @@ reflect(object: obj)
259259// CHECK-32-NEXT: (field name=t14 offset=80
260260// CHECK-32-NEXT: (reference kind=strong refcounting=unknown))
261261// CHECK-32-NEXT: (field name=t15 offset=84
262- // CHECK-32-NEXT: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=0
262+ // CHECK-32-NEXT: (struct size=4 alignment=4 stride=4 num_extra_inhabitants=1
263263// (unstable implementation details omitted)
264264// CHECK-32: (field name=t16 offset=88
265265// CHECK-32-NEXT: (struct size=12 alignment=4 stride=12 num_extra_inhabitants=4092
You can’t perform that action at this time.
0 commit comments