We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Catch2 always assumes variadic macros, ANON_TEST_CASE can now be fully replaced with TEST_CASE(). Thus, there is no need to keep it.
ANON_TEST_CASE
TEST_CASE()
The text was updated successfully, but these errors were encountered:
Remove ANON_TEST_CASE
2d87b76
It can be fully replaced with `TEST_CASE` without any arguments, so there is no need to keep it around. Closes #1220
1417617
No branches or pull requests
Description
Since Catch2 always assumes variadic macros,
ANON_TEST_CASE
can now be fully replaced withTEST_CASE()
. Thus, there is no need to keep it.The text was updated successfully, but these errors were encountered: