mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Merge pull request #908 from pJunger/patch-1
Typo: Added namespace in method testCaseEnded
This commit is contained in:
		@@ -31,7 +31,7 @@ struct MyListener : Catch::TestEventListenerBase {
 | 
			
		||||
        // Perform some setup before a test case is run
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    virtual void testCaseEnded( TestCaseStats const& testCaseStats ) override {
 | 
			
		||||
    virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override {
 | 
			
		||||
        // Tear-down after a test case is run
 | 
			
		||||
    }    
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user