Skip to content

Commit 6b60e04

Browse files
kr-2003anutosh491
authored andcommitted
test coverage
1 parent 35e6185 commit 6b60e04

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
@@ -1548,9 +1548,9 @@ TEST(FunctionReflectionTest, UndoTest) {
15481548
cerrs = testing::internal::GetCapturedStderr();
15491549
EXPECT_STREQ(cerrs.c_str(), "");
15501550
int ret = Cpp::Undo(100);
1551-
#if defined(CPPINTEROP_USE_CLING)
1551+
#ifdef CPPINTEROP_USE_CLING
15521552
EXPECT_EQ(ret, 0);
1553-
#else
1553+
#else
15541554
EXPECT_EQ(ret, 1);
1555-
#endif
1555+
#endif
15561556
}

0 commit comments

Comments
 (0)