Skip to content

Commit 0502eb7

Browse files
committed
Work in progress
1 parent efc841e commit 0502eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/tests/CommonUtilsUT.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class CommonUtilsTest : public ::testing::Test
6262
}
6363
};
6464

65-
#ifdef 0 /////////////////////////////////////////////////////////////
65+
#ifdef(0) /////////////////////////////////////////////////////////////
6666

6767
TEST_F(CommonUtilsTest, LoadStringFromFileInvalidArgument)
6868
{
@@ -3233,7 +3233,7 @@ TEST_F(CommonUtilsTest, LoggingOptions)
32333233
EXPECT_FALSE(IsDaemon());
32343234
}
32353235

3236-
#endif //#ifdef 0 /////////////////////////////////////////////////////////////
3236+
#endif //#ifdef(0) /////////////////////////////////////////////////////////////
32373237

32383238
TEST_F(CommonUtilsTest, CrashHandler)
32393239
{

0 commit comments

Comments
 (0)