mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 19:25:38 +02: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