Skip to content
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 failing unit tests #557

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Conversation

erijo
Copy link
Contributor

@erijo erijo commented Apr 17, 2021

Fix warnings/error in unittests.

By replacing "x < y + 1" with "x <= y" the compiler doesn't have to do
it and the warning "assuming signed overflow does not occur when
reducing constant in comparison [-Werror=strict-overflow]" is avoided.
@erijo erijo changed the title Unit tests Fix fauling unit tests Apr 18, 2021
@erijo erijo changed the title Fix fauling unit tests Fix failing unit tests Apr 18, 2021
src/unity.c Show resolved Hide resolved
@mvandervoord mvandervoord merged commit 93850fa into ThrowTheSwitch:master Dec 3, 2021
@erijo erijo deleted the unit-tests branch December 3, 2021 16:28
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