Skip to content

Commit b98ec18

Browse files
authored
Update the objc.swift test to support 6.1 version
1 parent 3ac0dff commit b98ec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class WeakObjC {
139139
// CHECK: i32 1, !"Objective-C Version", i32 2}
140140
// CHECK: i32 1, !"Objective-C Image Info Version", i32 0}
141141
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
142-
// 100665088 == (6 << 24) | (0 << 16) | (7 << 8).
142+
// 100730624 == (6 << 24) | (1 << 16) | (7 << 8).
143143
// 5 and 8 is the current major.minor version. 7 is the Swift ABI version.
144144
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 100665088}
145145
// CHECK: i32 1, !"Swift Version", i32 7}

0 commit comments

Comments
 (0)