Removed redundant ;
This commit is contained in:
parent
00cb0035c9
commit
87a9424c9d
2 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,7 @@ namespace Bikeshed {
|
|||
CATCH_REGISTER_ENUM( Bikeshed::Colours,
|
||||
Bikeshed::Colours::Red,
|
||||
Bikeshed::Colours::Green,
|
||||
Bikeshed::Colours::Blue );
|
||||
Bikeshed::Colours::Blue )
|
||||
|
||||
TEST_CASE( "Enums in namespaces can quickly have stringification enabled using REGISTER_ENUM" ) {
|
||||
using Catch::Detail::stringify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue