Cleaned up some GCC/LLVM warnings

This commit is contained in:
Phil Nash
2012-06-05 10:38:18 +01:00
parent f3dd0938ff
commit 5824b56a5e
3 changed files with 18 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
SECTION( "selftest/test counts/succeeding tests",
"Number of 'succeeding' tests is fixed" ) {
runner.runMatching( "./succeeding/*" );
CHECK( runner.getTotals().assertions.passed == 277 );
CHECK( runner.getTotals().assertions.passed == 283 );
CHECK( runner.getTotals().assertions.failed == 0 );
}