mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Use new formatting capabilities
This commit is contained in:
		| @@ -45,7 +45,7 @@ namespace Catch { | ||||
|  | ||||
|             Catch::cout() << Text( testCaseInfo.name, nameAttr ) << std::endl; | ||||
|             if( config.verbosity() >= Verbosity::High ) { | ||||
|                 Catch::cout() << "    " << testCaseInfo.lineInfo << std::endl; | ||||
|                 Catch::cout() << Text( testCaseInfo.lineInfo, descAttr ) << std::endl; | ||||
|                 std::string description = testCaseInfo.description; | ||||
|                 if( description == "" ) | ||||
|                     description = "(NO DESCRIPTION)"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Baruch Burstein
					Baruch Burstein