Revert "Fixed stdin redirection test"

This reverts commit 84706900b4.
This commit is contained in:
Snaipe 2015-09-21 08:35:50 -07:00
parent c474567472
commit 39265392be

View file

@ -79,7 +79,7 @@ Test(redirect, stderr_) {
Test(redirect, stdin_) {
auto& f_cin = criterion::get_redirected_cin();
f_cin << std::string("Foo");
f_cin << "Foo";
f_cin.close();
std::string read;