mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 11:17:36 +02:00
Removed another redundant ; (from docs)
This commit is contained in:
@@ -79,7 +79,7 @@ E.g.
|
||||
```cpp
|
||||
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() {
|
||||
REQUIRE( Fruits::Mango == Fruits::Apple );
|
||||
|
Reference in New Issue
Block a user