Skip to content

Commit 4ce56f0

Browse files
committed
Filecheck fixes
1 parent 5d9202c commit 4ce56f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Reflection/typeref_decoding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
// CHECK: CAPTURE DESCRIPTORS:
720720
// CHECK: ====================
721721
// CHECK: - Capture types:
722-
// CHECK: (builtin Builtin.NativeObject)
722+
//CHECK: (generic_type_parameter depth=0 index=0)
723723
// CHECK: - Metadata sources:
724724
// CHECK: (generic_type_parameter depth=0 index=0)
725725
// CHECK: (closure_binding index=0)

test/Reflection/typeref_decoding_asan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
// CHECK: CAPTURE DESCRIPTORS:
709709
// CHECK: ====================
710710
// CHECK: - Capture types:
711-
// CHECK: (builtin Builtin.NativeObject)
711+
// CHECK: (generic_type_parameter depth=0 index=0)
712712
// CHECK: - Metadata sources:
713713
// CHECK: (generic_type_parameter depth=0 index=0)
714714
// CHECK: (closure_binding index=0)

0 commit comments

Comments
 (0)