mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	First cut of new Colour class (to replace TextColour)
This commit is contained in:
		| @@ -64,7 +64,7 @@ namespace Catch { | ||||
|                 m_config.stream() << "No tests ran"; | ||||
|             } | ||||
|             else if( totals.assertions.failed ) { | ||||
|                 TextColour colour( TextColour::ResultError ); | ||||
|                 Colour colour( Colour::ResultError ); | ||||
|                 ReportCounts( "test case", totals.testCases, allPrefix ); | ||||
|                 if( totals.testCases.failed > 0 ) { | ||||
|                     m_config.stream() << " ("; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash