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