Skip to content

Commit 3c204cc

Browse files
committed
Tests: Update comments in test/IRGen/objc.swift.
1 parent 64f0a8a commit 3c204cc

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

0 commit comments

Comments
 (0)