We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7503aca commit eb0998dCopy full SHA for eb0998d
1 file changed
test/testclass.cpp
@@ -199,6 +199,7 @@ class TestClass : public TestFixture {
199
TEST_CASE(const83);
200
TEST_CASE(const84);
201
TEST_CASE(const85);
202
+ TEST_CASE(const86);
203
204
TEST_CASE(const_handleDefaultParameters);
205
TEST_CASE(const_passThisToMemberOfOtherClass);
@@ -6395,7 +6396,7 @@ class TestClass : public TestFixture {
6395
6396
ASSERT_EQUALS("", errout.str());
6397
}
6398
- void const85() { // #11621
6399
+ void const86() { // #11621
6400
checkConst("struct S { int* p; };\n"
6401
"struct T { int m; int* p; };\n"
6402
"struct U {\n"
0 commit comments