Skip to content

Commit 8684733

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

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
@@ -1550,7 +1550,6 @@ TEST(FunctionReflectionTest, UndoTest) {
15501550
Cpp::Process("int y = 20;");
15511551
cerrs = testing::internal::GetCapturedStderr();
15521552
EXPECT_STREQ(cerrs.c_str(), "");
1553-
15541553
int ret = Cpp::Undo(100);
15551554
#if defined(CPPINTEROP_USE_CLING)
15561555
EXPECT_EQ(ret, 0);

0 commit comments

Comments
 (0)