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

Use FAIL instead of internal macro #12

Open
pinventado opened this issue Mar 7, 2019 · 0 comments
Open

Use FAIL instead of internal macro #12

pinventado opened this issue Mar 7, 2019 · 0 comments

Comments

@pinventado
Copy link
Member

https://github.com/ILXL/cpp-code-analyzer/blob/c627448b9d329bae4aa2972dc477bc2767f171cc/src/test/gtest_ext.h#L156

Can we replace this with FAIL() instead?

FAIL() << " timed out (> " #secs
" seconds). Check code for infinite loops"; \

This will use an exposed macro rather than something that is used internally by google test

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

1 participant