Skip to content

Commit 27e53f7

Browse files
authored
Merge pull request swiftlang#20639 from mikeash/fix-objc-test-versions
2 parents 201dcba + 3a8d4a8 commit 27e53f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/objc.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class WeakObjC {
147147
// CHECK: i32 1, !"Objective-C Version", i32 2}
148148
// CHECK: i32 1, !"Objective-C Image Info Version", i32 0}
149149
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
150-
// 67241472 == (4 << 24) | (2 << 16) | (6 << 8).
151-
// 4 and 2 is the current major.minor version. 6 is the Swift ABI version.
150+
// 67241472 == (5 << 24) | (0 << 16) | (6 << 8).
151+
// 5 and 0 is the current major.minor version. 6 is the Swift ABI version.
152152
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 83887616}
153153
// CHECK: i32 1, !"Swift Version", i32 6}

0 commit comments

Comments
 (0)