Skip to content

Commit 246147c

Browse files
committed
TestClass::memsetOnClass(): remove duplicate ASSERT_EQUALS() call.
1 parent e69377d commit 246147c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testclass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,6 @@ class TestClass : public TestFixture {
22602260
" memset(&fred, 0, sizeof(fred));\n"
22612261
"}");
22622262
ASSERT_EQUALS("", errout.str());
2263-
ASSERT_EQUALS("", errout.str());
22642263

22652264
checkNoMemset("class Fred\n"
22662265
"{\n"

0 commit comments

Comments
 (0)