-
Notifications
You must be signed in to change notification settings - Fork 263
Fix the failure message emitted by XCTAssertNotNil #67
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
Fix the failure message emitted by XCTAssertNotNil #67
Conversation
Nice catch! 👍 |
@swift-ci please test |
@swift-ci Please test |
@briancroom As you prophesied, you'll need to rebase this because I merged #66 first. |
95b2a4b
to
1af7f38
Compare
Rebased! |
@swift-ci Please test |
1 similar comment
@swift-ci Please test |
Looks like the Linux CI build is busted now because swiftlang/swift-corelibs-foundation#271 having been merged. |
1af7f38
to
4ab41c8
Compare
Rebased. |
CI is going to be rocky today due to the Swift 3 migration. It pains me to delay this pull request any further, let's merge it! |
Fix the failure message emitted by XCTAssertNotNil
😄 great! |
I noticed this was incorrect while putting together #66. Obviously there's an ordering dependency between these two PRs and one will need to be rebased, but I wanted to call out this fix in a separate PR for future reference.