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

Conversation

eeckstein
Copy link
Contributor

No description provided.

@eeckstein eeckstein merged commit 201dcba into swiftlang:master Nov 16, 2018
@@ -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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants