From cb9725b18afb40c6b38143d064f4c554c9e8c86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 15 Jun 2014 17:15:09 +0200 Subject: [PATCH] ValueFlow: Fixed testcase --- test/testvalueflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index 8209de0bf..f773c2389 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -633,7 +633,7 @@ private: " return;\n" " }\n" "}"; - TODO_ASSERT_EQUALS(true, false, testValueOfX(code, 4U, 32)); + ASSERT_EQUALS(true, testValueOfX(code, 4U, 32)); code = "void f() {\n" " int x = 32;\n"