From e10cd1cf712905c85efea6840629b2dc492c7a6a Mon Sep 17 00:00:00 2001 From: chrchr Date: Thu, 29 Jun 2023 18:49:38 +0200 Subject: [PATCH] Comment --- test/testclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testclass.cpp b/test/testclass.cpp index 24e039faaeb..f9a96b41c8a 100644 --- a/test/testclass.cpp +++ b/test/testclass.cpp @@ -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"