Remove superfluous semicolon in the INFO macro

Closes #1456
This commit is contained in:
Martin Hořeňovský
2019-06-16 15:09:16 +02:00
parent 141761745a
commit 557b336125
3 changed files with 11 additions and 9 deletions

View File

@@ -33,8 +33,10 @@
## 3.0.0 (in progress)
### Breaking changes
* `ANON_TEST_CASE` has been removed, use `TEST_CASE` with no arguments instead.
* `ANON_TEST_CASE` has been removed, use `TEST_CASE` with no arguments instead (#1220)
### Fixes
* The `INFO` macro no longer contains superfluous semicolon (#1456)
## 2.10.2