Skip to content

Commit 734f588

Browse files
committed
Fix IRGen test
1 parent 0fa7150 commit 734f588

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
@@ -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-
// 84084480 == (5 << 24) | (3 << 16) | (7 << 8).
148+
// 84150016 == (5 << 24) | (4 << 16) | (7 << 8).
149149
// 5 and 3 is the current major.minor version. 7 is the Swift ABI version.
150-
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 84084480}
150+
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 84150016}
151151
// CHECK: i32 1, !"Swift Version", i32 7}

0 commit comments

Comments
 (0)