mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Resolve 'make test' warnings
Fix our own, and hide csocket, gtest & gmock related.
This commit is contained in:
@@ -58,8 +58,8 @@ TEST_F(EscapeTest, Test) {
|
||||
}
|
||||
|
||||
TEST(StringTest, Bool) {
|
||||
EXPECT_EQ(true, CString(true).ToBool());
|
||||
EXPECT_EQ(false, CString(false).ToBool());
|
||||
EXPECT_TRUE(CString(true).ToBool());
|
||||
EXPECT_FALSE(CString(false).ToBool());
|
||||
}
|
||||
|
||||
#define CS(s) (CString((s), sizeof(s)-1))
|
||||
|
||||
Reference in New Issue
Block a user