mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
console_reporter refactoring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user