mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Fix output for different versions of VS
This commit is contained in:
@@ -119,7 +119,11 @@ namespace Catch {
|
||||
: VSStreamingReporterBase( _config ),
|
||||
m_prevCout( std::cout.rdbuf() ),
|
||||
m_prevCerr( std::cerr.rdbuf() ),
|
||||
#if defined(INTERNAL_CATCH_VS_NATIVE) || _MSC_VER >= 1700
|
||||
m_addLineFeeds(false),
|
||||
#else
|
||||
m_addLineFeeds(true),
|
||||
#endif
|
||||
m_headerPrinted( false ),
|
||||
m_atLeastOneTestCasePrinted( false )
|
||||
{
|
||||
|
Reference in New Issue
Block a user