mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Removed OutputDebugString support until I can test it on a Windows machine
This commit is contained in:
parent
5108821199
commit
6a6b346731
@ -94,7 +94,7 @@ inline void writeToDebugConsole( const std::string& text )
|
|||||||
//#else
|
//#else
|
||||||
// !TBD: Need a version for Mac/ XCode and other IDEs
|
// !TBD: Need a version for Mac/ XCode and other IDEs
|
||||||
std::cout << text;
|
std::cout << text;
|
||||||
#endif
|
//#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // TWOBLUECUBES_CATCH_DEBUGGER_HPP_INCLUDED
|
#endif // TWOBLUECUBES_CATCH_DEBUGGER_HPP_INCLUDED
|
Loading…
Reference in New Issue
Block a user