mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Removed redundant ;
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil nash
					Phil nash