mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Do fix a test.
This commit is contained in:
parent
897397760c
commit
53a475ac94
@ -525,7 +525,7 @@ TEST(BufferedFileTest, Fileno) {
|
||||
try {
|
||||
f.fileno();
|
||||
} catch (fmt::SystemError) {
|
||||
std::exit(0);
|
||||
std::exit(1);
|
||||
}
|
||||
}, "");
|
||||
f = OpenBufferedFile();
|
||||
|
Loading…
Reference in New Issue
Block a user