mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed another redundant ; (from docs)
This commit is contained in:
parent
33ce3f3953
commit
979bbf03bb
@ -79,7 +79,7 @@ E.g.
|
|||||||
```cpp
|
```cpp
|
||||||
enum class Fruits { Banana, Apple, Mango };
|
enum class Fruits { Banana, Apple, Mango };
|
||||||
|
|
||||||
CATCH_REGISTER_ENUM( Fruits, Fruits::Banana, Fruits::Apple, Fruits::Mango );
|
CATCH_REGISTER_ENUM( Fruits, Fruits::Banana, Fruits::Apple, Fruits::Mango )
|
||||||
|
|
||||||
TEST_CASE() {
|
TEST_CASE() {
|
||||||
REQUIRE( Fruits::Mango == Fruits::Apple );
|
REQUIRE( Fruits::Mango == Fruits::Apple );
|
||||||
|
Loading…
Reference in New Issue
Block a user