1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-01 08:04:46 +02:00

Merge pull request from nabijaczleweli/patch-1

Fix typo in catch_stream.hpp
This commit is contained in:
Phil Nash 2015-10-26 14:47:29 +00:00
commit d758428fe2

@ -80,7 +80,7 @@ namespace Catch {
}
}
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement this functions
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement these functions
std::ostream& cout() {
return std::cout;
}