Cleaned up some stray tests

This commit is contained in:
Phil Nash
2013-02-19 18:45:06 +00:00
parent ca79d19325
commit 35cb97f5e2
3 changed files with 5 additions and 5 deletions

View File

@@ -92,11 +92,11 @@ TEST_CASE( "./succeeding/nofail", "The NO_FAIL macro reports a failure but does
CHECK_NOFAIL( 1 == 2 );
}
TEST_CASE( "just info", "[info][isolated info]" )
TEST_CASE( "just info", "[info][isolated info][hide]" )
{
INFO( "this should never be seen" );
}
TEST_CASE( "just failure", "[fail][isolated info]" )
TEST_CASE( "just failure", "[fail][isolated info][hide]" )
{
FAIL( "Previous info should not be seen" );
}