Skip to content

Commit 967b06c

Browse files
committed
Update old test
1 parent 24c7f0b commit 967b06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10429,7 +10429,7 @@ class TestOther : public TestFixture {
1042910429

1043010430
// Member variable pointers
1043110431
check("void podMemPtrs() {\n"
10432-
" int POD::*memptr;\n"
10432+
" const int POD::*memptr;\n"
1043310433
" memptr = &POD::a;\n"
1043410434
" memptr = &POD::b;\n"
1043510435
" if (memptr)\n"

0 commit comments

Comments
 (0)