Skip to content

Commit 201dcba

Browse files
authored
Merge pull request #20638 from eeckstein/fix-test
Fix objc test file after swift version change
2 parents dd12206 + 1ed81a1 commit 201dcba

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
@@ -149,5 +149,5 @@ class WeakObjC {
149149
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
150150
// 67241472 == (4 << 24) | (2 << 16) | (6 << 8).
151151
// 4 and 2 is the current major.minor version. 6 is the Swift ABI version.
152-
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 67241472}
152+
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 83887616}
153153
// CHECK: i32 1, !"Swift Version", i32 6}

0 commit comments

Comments
 (0)