mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 00:22:03 +01:00 
			
		
		
		
	Replaced all file/ line pairings with SourceLineInfo
This commit is contained in:
		@@ -35,8 +35,7 @@ namespace Catch
 | 
			
		||||
        virtual bool sectionStarted
 | 
			
		||||
            (   const std::string& name, 
 | 
			
		||||
                const std::string& description, 
 | 
			
		||||
                const std::string& filename,
 | 
			
		||||
                std::size_t line,
 | 
			
		||||
                const SourceLineInfo& lineInfo,
 | 
			
		||||
                Counts& assertions
 | 
			
		||||
            ) = 0;
 | 
			
		||||
        virtual void sectionEnded
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user