Do fix a test.

This commit is contained in:
Victor Zverovich 2014-07-09 10:01:36 -07:00
parent 897397760c
commit 53a475ac94

View File

@ -525,7 +525,7 @@ TEST(BufferedFileTest, Fileno) {
try {
f.fileno();
} catch (fmt::SystemError) {
std::exit(0);
std::exit(1);
}
}, "");
f = OpenBufferedFile();