Skip to content

Commit 55d8250

Browse files
Update testvalueflow.cpp
1 parent 86f316f commit 55d8250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testvalueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4286,7 +4286,7 @@ class TestValueFlow : public TestFixture {
42864286
"}\n";
42874287
auto values = tokenValues(code, "s :", ValueFlow::Value::ValueType::FLOAT);
42884288
ASSERT_EQUALS(0, values.size());
4289-
4289+
42904290
code = "int a[5];\n" // 15034
42914291
"int g(int i) {\n"
42924292
" return a[i < 0 ? -i : i];\n"

0 commit comments

Comments
 (0)