Skip to content

Commit 5d58878

Browse files
Update testvalueflow.cpp
1 parent 09a315e commit 5d58878

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
@@ -1838,7 +1838,7 @@ class TestValueFlow : public TestFixture {
18381838
ASSERT_EQUALS(3 * settings.platform.sizeof_int, values.back().intvalue);
18391839
ASSERT_EQUALS_ENUM(ValueFlow::Value::ValueKind::Known, values.back().valueKind);
18401840

1841-
code = "int f(char c) {\n" // #15037
1841+
code = "int f(char c) {\n" // #15033
18421842
" return sizeof(+c);\n"
18431843
"}\n";
18441844
values = tokenValues(code, "( +");

0 commit comments

Comments
 (0)