diff --git a/test/test_imp_system.cpp b/test/test_imp_system.cpp index c64592f..6b5677c 100644 --- a/test/test_imp_system.cpp +++ b/test/test_imp_system.cpp @@ -52,6 +52,6 @@ TEST(system, error_msg) { EXPECT_EQ(imp::sys::error_msg({false, ERROR_INVALID_HANDLE}), s_txt); } #else - imp::sys::error_msg({false, 1234}, "Unknown error nnn"); + EXPECT_EQ(imp::sys::error_msg({false, 1234}), "Unknown error nnn"); #endif } \ No newline at end of file