Skip to content

Commit 271482d

Browse files
authored
Fix the test to use the correct version
1 parent b98ec18 commit 271482d

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
@@ -141,5 +141,5 @@ class WeakObjC {
141141
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
142142
// 100730624 == (6 << 24) | (1 << 16) | (7 << 8).
143143
// 5 and 8 is the current major.minor version. 7 is the Swift ABI version.
144-
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 100665088}
144+
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 100730624}
145145
// CHECK: i32 1, !"Swift Version", i32 7}

0 commit comments

Comments
 (0)