Skip to content

Fix objc test file after swift version change #20638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/IRGen/objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ class WeakObjC {
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
// 67241472 == (4 << 24) | (2 << 16) | (6 << 8).
// 4 and 2 is the current major.minor version. 6 is the Swift ABI version.
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 67241472}
// CHECK: i32 4, !"Objective-C Garbage Collection", i32 83887616}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment needs updating too. cc @mikeash

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that. Fix here: #20639

// CHECK: i32 1, !"Swift Version", i32 6}