Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 11, 2023
1 parent c533e80 commit fde43c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testuninitvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6191,7 +6191,7 @@ class TestUninitVar : public TestFixture {
" return i >> *p;\n"
"}\n");
ASSERT_EQUALS("[test.cpp:4]: (error) Uninitialized variable: *p\n", errout.str());

valueFlowUninit("void f(int& x) {\n"
" int i;\n"
" x = i;\n"
Expand Down

0 comments on commit fde43c5

Please sign in to comment.