Removed redundant ;

This commit is contained in:
Phil nash 2019-04-27 18:50:05 +01:00
parent 00cb0035c9
commit 87a9424c9d
2 changed files with 6 additions and 6 deletions

View file

@ -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;