Skip to content

Commit 158b55e

Browse files
author
kr-2003
committed
test coverage
1 parent 77cb38e commit 158b55e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,9 +1282,9 @@ TEST(FunctionReflectionTest, UndoTest) {
12821282
cerrs = testing::internal::GetCapturedStderr();
12831283
EXPECT_STREQ(cerrs.c_str(), "");
12841284
int ret = Cpp::Undo(100);
1285-
#if defined(CPPINTEROP_USE_CLING)
1285+
#ifdef CPPINTEROP_USE_CLING
12861286
EXPECT_EQ(ret, 0);
1287-
#else
1287+
#else
12881288
EXPECT_EQ(ret, 1);
1289-
#endif
1289+
#endif
12901290
}

0 commit comments

Comments
 (0)