Skip to content

Commit 89be8d6

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

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
@@ -1532,7 +1532,6 @@ TEST(FunctionReflectionTest, UndoTest) {
15321532
Cpp::Process("int y = 20;");
15331533
cerrs = testing::internal::GetCapturedStderr();
15341534
EXPECT_STREQ(cerrs.c_str(), "");
1535-
15361535
int ret = Cpp::Undo(100);
15371536
#if defined(CPPINTEROP_USE_CLING)
15381537
EXPECT_EQ(ret, 0);

0 commit comments

Comments
 (0)