From f371924304ad0c55503fa637b027683e96310996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 3 Oct 2023 16:26:01 +0200 Subject: [PATCH] test --- test/testvalueflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index 16fdf6c56b6..3e4fe4e9939 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -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() {