2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-15 01:32:11 +00:00

Fixes to the self test

This commit is contained in:
Phil Nash
2010-12-28 14:41:57 +00:00
parent 1b96cec8f2
commit 36ff7ba720
4 changed files with 36 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ TEST_CASE( "failing/message/info/1", "INFO gets logged on failure" )
REQUIRE( a == 1 );
}
TEST_CASE( "failing/message/info/2", "INFO gets logged on failure" )
TEST_CASE( "mixed/message/info/2", "INFO gets logged on failure" )
{
INFO( "this message should be logged" );
int a = 2;