Skip to content

Commit e57a4fa

Browse files
committed
Test portability fix.
1 parent 484d676 commit e57a4fa

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)