Skip to content

Commit

Permalink
Update testvalueflow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Jan 2, 2025
1 parent 54549ea commit e1aeb45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testvalueflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1aeb45

Please sign in to comment.