Skip to content

Commit 572a876

Browse files
Format
1 parent cfc1fda commit 572a876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/testvalueflow.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7485,12 +7485,12 @@ class TestValueFlow : public TestFixture {
74857485
" void* x = new A;\n"
74867486
" return x;\n"
74877487
"}";
7488-
{
7489-
auto values = tokenValues(code, "x ; }");
7490-
ASSERT_EQUALS(1, values.size());
7491-
ASSERT(values.front().isSymbolicValue());
7492-
// TODO: add BUFFER_SIZE value = 1
7493-
}
7488+
{
7489+
auto values = tokenValues(code, "x ; }");
7490+
ASSERT_EQUALS(1, values.size());
7491+
ASSERT(values.front().isSymbolicValue());
7492+
// TODO: add BUFFER_SIZE value = 1
7493+
}
74947494

74957495
code = "struct B { int32_t i; };\n"
74967496
"void* f() {\n"

0 commit comments

Comments
 (0)