Skip to content

Commit f0b0c38

Browse files
authored
Merge pull request #74497 from jckarter/keypaths_objc_optional-availability-fix
Update test/SILGen/keypaths_objc_optional.swift for SDK availability change.
2 parents fef4ee4 + f2272f5 commit f0b0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/keypaths_objc_optional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ func testKeyPathAccessorsForOptionalStorageComponents() {
6666
_ = \ObjCProtocol.flag
6767
}
6868

69-
// CHECK-macosx-x86_64: sil [transparent] [serialized] @$s10ObjectiveC22_convertObjCBoolToBoolySbAA0cD0VF : $@convention(thin) (ObjCBool) -> Bool
69+
// CHECK-macosx-x86_64: sil [transparent] [serialized] {{.*}}@$s10ObjectiveC22_convertObjCBoolToBoolySbAA0cD0VF : $@convention(thin) (ObjCBool) -> Bool

0 commit comments

Comments
 (0)