Skip to content

Commit f131aa0

Browse files
Update testvalueflow.cpp
1 parent ebe2dfb commit f131aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/testvalueflow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4241,7 +4241,7 @@ class TestValueFlow : public TestFixture {
42414241
" do {\n"
42424242
" if (pvd.descr_type == 0xff) {}\n"
42434243
" dostuff(&pvd);\n"
4244-
" } while (condition)\n"
4244+
" } while (condition);\n"
42454245
"}";
42464246
values = removeImpossible(tokenValues(code, "=="));
42474247
ASSERT_EQUALS(1, values.size());

0 commit comments

Comments
 (0)