Cleaned up some more warnings

This commit is contained in:
Phil Nash
2010-12-28 17:21:29 +00:00
parent 3000f6a3b1
commit 9a79ee7958
4 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ TEST_CASE( "succeeding/Misc/Sections/nested", "nested SECTION tests" )
SECTION( "s1", "doesn't equal" )
{
REQUIRE( a != b ) "a should not equal b";
REQUIRE( a != b );
REQUIRE( b != a );
SECTION( "s2", "not equal" )