We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc841e commit 0502eb7Copy full SHA for 0502eb7
src/common/tests/CommonUtilsUT.cpp
@@ -62,7 +62,7 @@ class CommonUtilsTest : public ::testing::Test
62
}
63
};
64
65
-#ifdef 0 /////////////////////////////////////////////////////////////
+#ifdef(0) /////////////////////////////////////////////////////////////
66
67
TEST_F(CommonUtilsTest, LoadStringFromFileInvalidArgument)
68
{
@@ -3233,7 +3233,7 @@ TEST_F(CommonUtilsTest, LoggingOptions)
3233
EXPECT_FALSE(IsDaemon());
3234
3235
3236
-#endif //#ifdef 0 /////////////////////////////////////////////////////////////
+#endif //#ifdef(0) /////////////////////////////////////////////////////////////
3237
3238
TEST_F(CommonUtilsTest, CrashHandler)
3239
0 commit comments