mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Do fix a test.
This commit is contained in:
@ -525,7 +525,7 @@ TEST(BufferedFileTest, Fileno) {
|
||||
try {
|
||||
f.fileno();
|
||||
} catch (fmt::SystemError) {
|
||||
std::exit(0);
|
||||
std::exit(1);
|
||||
}
|
||||
}, "");
|
||||
f = OpenBufferedFile();
|
||||
|
Reference in New Issue
Block a user