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

FAKE(message) doesn't use correct macro #130

Closed
libbil opened this issue Aug 12, 2015 · 1 comment
Closed

FAKE(message) doesn't use correct macro #130

libbil opened this issue Aug 12, 2015 · 1 comment

Comments

@libbil
Copy link

libbil commented Aug 12, 2015

buggy line in unity_fixture.h causes error when FAIL("test error message") is invoked in source file:

define FAIL(message) TEST_FAIL((message))

fix:

define FAIL(message) TEST_FAIL_MESSAGE((message))

@mvandervoord
Copy link
Member

Thank you! I'll make sure I roll in that fix. :)

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

No branches or pull requests

2 participants