mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 10:27:57 +00:00
Changed stdout/ stderr messages to be less misleading
This commit is contained in:
parent
eb760f689b
commit
fb90d38310
4 changed files with 10 additions and 10 deletions
|
@ -113,9 +113,9 @@ TEST_CASE( "looped tests", "[.][failing]" )
|
|||
|
||||
TEST_CASE( "Sends stuff to stdout and stderr", "" )
|
||||
{
|
||||
std::cout << "Some information" << std::endl;
|
||||
std::cout << "A string sent directly to stdout" << std::endl;
|
||||
|
||||
std::cerr << "An error" << std::endl;
|
||||
std::cerr << "A string sent directly to stderr" << std::endl;
|
||||
}
|
||||
|
||||
inline const char* makeString( bool makeNull )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue