Skip to content

[lldb] Convert assertTrue(a == b) to assertEqual(a, b) #2420

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

Conversation

kastiglione
Copy link

Convert assertTrue(a == b) to assertEqual(a, b) to produce better failure messages.

These were mostly done via regex search & replace, with some manual fixes.

Differential Revision: https://reviews.llvm.org/D95813

(cherry picked from commit 619e2e0)

Convert `assertTrue(a == b)` to `assertEqual(a, b)` to produce better failure messages.

These were mostly done via regex search & replace, with some manual fixes.

Differential Revision: https://reviews.llvm.org/D95813

(cherry picked from commit 619e2e0)
@kastiglione
Copy link
Author

@swift-ci test

@JDevlieghere
Copy link

🚢 it

@kastiglione kastiglione merged commit 59c26ae into apple/stable/20210107 Feb 3, 2021
@kastiglione kastiglione deleted the lldb-Convert-assertTrue-a-b-to-assertEqual-a-b branch February 3, 2021 04:42
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.

2 participants