Skip to content

Commit dead95f

Browse files
committed
Update comment to reflect Swift version bump. NFC
1 parent 61b7968 commit dead95f

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
@@ -146,6 +146,6 @@ class WeakObjC {
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"}
148148
// 84346624 == (5 << 24) | (7 << 16) | (7 << 8).
149-
// 5 and 6 is the current major.minor version. 7 is the Swift ABI version.
149+
// 5 and 7 is the current major.minor version. 7 is the Swift ABI version.
150150
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 84346624}
151151
// CHECK: i32 1, !"Swift Version", i32 7}

0 commit comments

Comments
 (0)