Skip to content

Commit eb0998d

Browse files
authored
testclass.cpp: fixed compilation (#4927)
1 parent 7503aca commit eb0998d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/testclass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class TestClass : public TestFixture {
199199
TEST_CASE(const83);
200200
TEST_CASE(const84);
201201
TEST_CASE(const85);
202+
TEST_CASE(const86);
202203

203204
TEST_CASE(const_handleDefaultParameters);
204205
TEST_CASE(const_passThisToMemberOfOtherClass);
@@ -6395,7 +6396,7 @@ class TestClass : public TestFixture {
63956396
ASSERT_EQUALS("", errout.str());
63966397
}
63976398

6398-
void const85() { // #11621
6399+
void const86() { // #11621
63996400
checkConst("struct S { int* p; };\n"
64006401
"struct T { int m; int* p; };\n"
64016402
"struct U {\n"

0 commit comments

Comments
 (0)