Skip to content

Commit

Permalink
Merge pull request catchorg#523 from nabijaczleweli/patch-1
Browse files Browse the repository at this point in the history
Fix typo in catch_stream.hpp
  • Loading branch information
philsquared committed Oct 26, 2015
2 parents 1531763 + bc00d59 commit d758428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/catch_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d758428

Please sign in to comment.