mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Commented out unused argument
This commit is contained in:
		@@ -49,7 +49,7 @@ namespace Catch {
 | 
			
		||||
            return "Reports test results as TeamCity service messages";
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        virtual void skipTest( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
 | 
			
		||||
        virtual void skipTest( TestCaseInfo const& /* testInfo */ ) CATCH_OVERRIDE {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        virtual void noMatchingTestCases( std::string const& /* spec */ ) CATCH_OVERRIDE {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user