Skip to content

Commit

Permalink
Update testother.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Apr 5, 2024
1 parent 9853278 commit eeabb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11384,7 +11384,7 @@ class TestOther : public TestFixture {
" return 0;\n"
"}\n", "test.c");
ASSERT_EQUALS("[test.c:1] -> [test.c:4]: (style) Local variable 'a' shadows outer variable\n", errout_str());

check("int f() {\n" // #12591
" int g = 0;\n"
" return g;\n"
Expand Down

0 comments on commit eeabb3b

Please sign in to comment.