Skip to content

Commit f2dd4c5

Browse files
kr-2003mcbarton
authored andcommitted
test coverage
1 parent 8684733 commit f2dd4c5

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
@@ -1551,9 +1551,9 @@ TEST(FunctionReflectionTest, UndoTest) {
15511551
cerrs = testing::internal::GetCapturedStderr();
15521552
EXPECT_STREQ(cerrs.c_str(), "");
15531553
int ret = Cpp::Undo(100);
1554-
#if defined(CPPINTEROP_USE_CLING)
1554+
#ifdef CPPINTEROP_USE_CLING
15551555
EXPECT_EQ(ret, 0);
1556-
#else
1556+
#else
15571557
EXPECT_EQ(ret, 1);
1558-
#endif
1558+
#endif
15591559
}

0 commit comments

Comments
 (0)