mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Cleaned up summary reporting
Improved newlines and pluralisation
This commit is contained in:
		| @@ -98,9 +98,9 @@ TEST_CASE( "./mixed/Misc/loops", "looped tests" ) | ||||
|  | ||||
| TEST_CASE( "./succeeding/Misc/stdout,stderr", "Sends stuff to stdout and stderr" ) | ||||
| { | ||||
|     std::cout << "Some information"; | ||||
|     std::cout << "Some information" << std::endl; | ||||
|      | ||||
|     std::cerr << "An error"; | ||||
|     std::cerr << "An error" << std::endl; | ||||
| } | ||||
|  | ||||
| inline const char* makeString( bool makeNull ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash