Remove trailing semi in REGISTER_TEST_CASE

This commit is contained in:
Martin Hořeňovský
2020-02-21 17:29:18 +01:00
parent c3013a6251
commit 3bb9fcd916
2 changed files with 8 additions and 4 deletions

View File

@@ -54,6 +54,8 @@
* The `[!hide]` tag has been removed.
* Use `[.]` or `[.foo]` instead.
* Lvalues of composed matchers cannot be composed further
* Uses of `REGISTER_TEST_CASE` macro need to be followed by a semicolon
* This does not change `TEST_CASE` and friends in any way
### Fixes
* The `INFO` macro no longer contains superfluous semicolon (#1456)