mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Restored description field in SectionInfo for now - but marked it deprecated
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Catch {
|
||||
std::string const& ) : SectionInfo( _lineInfo, _name ) {}
|
||||
|
||||
std::string name;
|
||||
std::string description; // !Deprecated: this will always be empty
|
||||
SourceLineInfo lineInfo;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user