Removed some more test cruft

This commit is contained in:
Phil Nash
2012-12-01 19:09:01 +00:00
parent 37ce023a30
commit 209e89bcb9
4 changed files with 18 additions and 73 deletions

View File

@@ -45,7 +45,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
"Number of 'failing' tests is fixed" ) {
Totals totals = runner.runMatching( "./failing/*" );
CHECK( totals.assertions.passed == 1 );
CHECK( totals.assertions.failed == 73 );
CHECK( totals.assertions.failed == 72 );
}
}
}