Skip to content

Commit 77cb38e

Browse files
author
kr-2003
committed
test coverage
1 parent 9d07804 commit 77cb38e

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
@@ -1281,7 +1281,6 @@ TEST(FunctionReflectionTest, UndoTest) {
12811281
Cpp::Process("int y = 20;");
12821282
cerrs = testing::internal::GetCapturedStderr();
12831283
EXPECT_STREQ(cerrs.c_str(), "");
1284-
12851284
int ret = Cpp::Undo(100);
12861285
#if defined(CPPINTEROP_USE_CLING)
12871286
EXPECT_EQ(ret, 0);

0 commit comments

Comments
 (0)