Remove ANON_TEST_CASE

It can be fully replaced with `TEST_CASE` without any arguments,
so there is no need to keep it around.

Closes #1220
This commit is contained in:
Martin Hořeňovský
2019-06-16 12:12:31 +02:00
parent 3136c4fb6a
commit 141761745a
4 changed files with 6 additions and 15 deletions

View File

@@ -23,12 +23,6 @@ it will be 0 for success and non-zero for failure.
`--list-test-names-only` command line argument will be removed.
### `ANON_TEST_CASE`
`ANON_TEST_CASE` is scheduled for removal, as it can be fully replaced
by a `TEST_CASE` with no arguments.
### Secondary description amongst tags
Currently, the tags part of `TEST_CASE` (and others) macro can also