mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
console_reporter refactoring
This commit is contained in:
parent
3ce320db4f
commit
3682433c2f
2 changed files with 129 additions and 128 deletions
|
@ -119,7 +119,7 @@ namespace Catch {
|
|||
|
||||
inline std::ostream& operator << ( std::ostream& os, const SourceLineInfo& info ) {
|
||||
#ifndef __GNUG__
|
||||
os << info.file << "(" << info.line << ")";
|
||||
os << info.file << "(" << info.line << "):";
|
||||
#else
|
||||
os << info.file << ":" << info.line;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue