mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-30 19:57:10 +01:00 
			
		
		
		
	Added clog test
This commit is contained in:
		| @@ -148,8 +148,8 @@ TEST_CASE( "looped tests", "[.][failing]" ) { | ||||
|  | ||||
| TEST_CASE( "Sends stuff to stdout and stderr", "[.]" ) { | ||||
|     std::cout << "A string sent directly to stdout" << std::endl; | ||||
|  | ||||
|     std::cerr << "A string sent directly to stderr" << std::endl; | ||||
|     std::clog << "A string sent to stderr via clog" << std::endl; | ||||
| } | ||||
|  | ||||
| TEST_CASE( "null strings" ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash