From 19d4ab7d31ed3f26f75105a4e4ae7fa2d70a483f Mon Sep 17 00:00:00 2001 From: chrchr Date: Thu, 15 Jun 2023 18:52:52 +0200 Subject: [PATCH] Fix test --- test/testvalueflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index 1f5cb95a8..c6b84e37b 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -7051,7 +7051,7 @@ private: valueOfTok(code, "c"); code = "class T {\n" - "private slots:\n" + "private:\n" " void f() { D& r = dynamic_cast(*m); }\n" " void g() { m.reset(new D); }\n" "private:\n"