Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Oct 3, 2023
1 parent d95c6f6 commit f371924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testvalueflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4542,7 +4542,7 @@ class TestValueFlow : public TestFixture {
"void bar() {\n"
" foo(NULL, NULL);\n"
"}\n";
ASSERT_EQUALS(false, testValueOfX(code, 5U, 1));
ASSERT_EQUALS(false, testValueOfX(code, 5U, 0));
}

void valueFlowFunctionReturn() {
Expand Down

0 comments on commit f371924

Please sign in to comment.