Skip to content

Commit 35e6185

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,6 @@ TEST(FunctionReflectionTest, UndoTest) {
15471547
Cpp::Process("int y = 20;");
15481548
cerrs = testing::internal::GetCapturedStderr();
15491549
EXPECT_STREQ(cerrs.c_str(), "");
1550-
15511550
int ret = Cpp::Undo(100);
15521551
#if defined(CPPINTEROP_USE_CLING)
15531552
EXPECT_EQ(ret, 0);

0 commit comments

Comments
 (0)