Commit 53a475ac authored by Victor Zverovich's avatar Victor Zverovich

Do fix a test.

parent 89739776
......@@ -525,7 +525,7 @@ TEST(BufferedFileTest, Fileno) {
try {
f.fileno();
} catch (fmt::SystemError) {
std::exit(0);
std::exit(1);
}
}, "");
f = OpenBufferedFile();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment