Skip to content

Commit a39588a

Browse files
authored
Merge pull request #60594 from aschwaighofer/fix_objc_object_getClass
Second attempt to fix IRGen/objc_object_getClass.swift
2 parents 6ecf265 + 9ecdf09 commit a39588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/objc_object_getClass.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ func test(_ o: ObjCSubclass) {
1818
o.field = 10
1919
}
2020

21-
// CHECK-DAG: declare i8* @object_getClass(i8*)
21+
// CHECK-DAG: declare i8* @object_getClass(i8*{{.*}})
2222
// CHECK-DAG: call %objc_class* bitcast (i8* (i8*)* @object_getClass to %objc_class* (%objc_object*)*)(%objc_object* %{{.*}})

0 commit comments

Comments
 (0)