mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Updated test count
This commit is contained in:
		@@ -44,7 +44,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
 | 
			
		||||
                    "Number of 'succeeding' tests is fixed" )
 | 
			
		||||
        {
 | 
			
		||||
            runner.runMatching( "./succeeding/*" );
 | 
			
		||||
            CHECK( runner.getSuccessCount() == 285 );
 | 
			
		||||
            CHECK( runner.getSuccessCount() == 290 );
 | 
			
		||||
            CHECK( runner.getFailureCount() == 0 );
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user