From bc00d59a4e5c738254cf97f592af38ad4b9eab18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej?= Date: Thu, 22 Oct 2015 21:49:32 +0200 Subject: [PATCH] Fix typo in catch_stream.hpp --- include/internal/catch_stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_stream.hpp b/include/internal/catch_stream.hpp index 604ed97b..30e9668b 100644 --- a/include/internal/catch_stream.hpp +++ b/include/internal/catch_stream.hpp @@ -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; }