Skip to content

Commit e7e1533

Browse files
authored
Merge pull request #12655 from rjmccall/emergency-test-fix
2 parents 5c45f85 + e57a4fa commit e7e1533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/objc_properties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ class HasLazyProperty : NSObject, HasProperty {
253253
// which can cause fits for SILGenApply the way it's currently implemented.
254254
// CHECK-LABEL: sil hidden @_T015objc_properties26testPropSetWithPreposition
255255
func testPropSetWithPreposition(object: ObjectWithSplitProperty?) {
256-
// CHECK: #ObjectWithSplitProperty.flagForSomething!setter.1.foreign : (ObjectWithSplitProperty) -> (Bool) -> (), $@convention(objc_method) (ObjCBool, ObjectWithSplitProperty) -> ()
256+
// CHECK: #ObjectWithSplitProperty.flagForSomething!setter.1.foreign : (ObjectWithSplitProperty) -> (Bool) -> (), $@convention(objc_method) ({{Bool|ObjCBool}}, ObjectWithSplitProperty) -> ()
257257
object?.flagForSomething = false
258258
}

0 commit comments

Comments
 (0)