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

@@ -37,7 +37,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" ) {
Totals totals = runner.runMatching( "./succeeding/*", 0, 2 );
CHECK( totals.assertions.passed == 291 );
CHECK( totals.assertions.passed == 296 );
CHECK( totals.assertions.failed == 0 );
}