mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
upd: [imp] sys::error ut
This commit is contained in:
parent
d003e94076
commit
af654d5769
@ -29,6 +29,7 @@ TEST(system, error_code) {
|
||||
std::stringstream ss;
|
||||
ss << imp::sys::error{};
|
||||
EXPECT_EQ(e_msg, ss.str());
|
||||
EXPECT_EQ(e_msg, fmt::format("{}", imp::sys::error()));
|
||||
std::cout << e_msg << "\n";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user