mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 18:15:42 +02:00
Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it
This commit is contained in:
@@ -116,7 +116,9 @@ namespace Catch {
|
||||
bool empty() const {
|
||||
return file.empty();
|
||||
}
|
||||
|
||||
bool operator == ( SourceLineInfo const& other ) const {
|
||||
return line == other.line && file == other.file;
|
||||
}
|
||||
std::string file;
|
||||
std::size_t line;
|
||||
};
|
||||
|
Reference in New Issue
Block a user