mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fixed iOS test runner after reporter changes
This commit is contained in:
		| @@ -49,7 +49,7 @@ namespace Catch | ||||
|     { | ||||
|         ConsoleColourImpl() | ||||
|         :   hStdout( GetStdHandle(STD_OUTPUT_HANDLE) ), | ||||
|         wOldColorAttrs( 0 ) | ||||
|             wOldColorAttrs( 0 ) | ||||
|         { | ||||
|             GetConsoleScreenBufferInfo( hStdout, &csbiInfo ); | ||||
|             wOldColorAttrs = csbiInfo.wAttributes; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash