ValueFlow: Fixed testcase
This commit is contained in:
parent
a27ca11b85
commit
cb9725b18a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue