diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index e085da651d3..0b8a28bacc7 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -745,8 +745,7 @@ class TestValueFlow : public TestFixture { } { - const char code[] = "void g(struct S*);\n" // #13076 - "void f() {\n" + const char code[] = "void f() {\n" // #13076 " char a[10];\n" " struct S s = { sizeof(a), 0 };\n" " s.p = a;\n"