Skip to content

Commit 3ee6e7b

Browse files
author
najacque
committed
updated test/IRGen/objc.swift for version bump
1 parent fe35d4a commit 3ee6e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/IRGen/objc.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class WeakObjC {
145145
// CHECK: i32 1, !"Objective-C Version", i32 2}
146146
// CHECK: i32 1, !"Objective-C Image Info Version", i32 0}
147147
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
148-
// 83953408 == (5 << 24) | (1 << 16) | (7 << 8).
149-
// 5 and 0 is the current major.minor version. 7 is the Swift ABI version.
150-
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 83953408}
148+
// 84018944 == (5 << 24) | (2 << 16) | (7 << 8).
149+
// 5 and 2 is the current major.minor version. 7 is the Swift ABI version.
150+
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 84018944}
151151
// CHECK: i32 1, !"Swift Version", i32 7}

0 commit comments

Comments
 (0)