Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jun 29, 2023
1 parent f49073d commit e10cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8420,7 +8420,7 @@ class TestClass : public TestFixture {
"};");
ASSERT_EQUALS("", errout.str());

checkUselessOverride("struct B { virtual void f(int, int, int) const; };\n"
checkUselessOverride("struct B { virtual void f(int, int, int) const; };\n" // #11799
"struct D : B {\n"
" int m = 42;\n"
" void f(int a, int b, int c) const override;\n"
Expand Down

0 comments on commit e10cd1c

Please sign in to comment.