Skip to content

Commit 8c34a0c

Browse files
kr-2003anutosh491
authored andcommitted
test coverage
1 parent 89be8d6 commit 8c34a0c

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
@@ -1533,9 +1533,9 @@ TEST(FunctionReflectionTest, UndoTest) {
15331533
cerrs = testing::internal::GetCapturedStderr();
15341534
EXPECT_STREQ(cerrs.c_str(), "");
15351535
int ret = Cpp::Undo(100);
1536-
#if defined(CPPINTEROP_USE_CLING)
1536+
#ifdef CPPINTEROP_USE_CLING
15371537
EXPECT_EQ(ret, 0);
1538-
#else
1538+
#else
15391539
EXPECT_EQ(ret, 1);
1540-
#endif
1540+
#endif
15411541
}

0 commit comments

Comments
 (0)