Skip to content

Commit 4ab3886

Browse files
Update testvalueflow.cpp
1 parent dddea30 commit 4ab3886

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
@@ -7171,7 +7171,7 @@ class TestValueFlow : public TestFixture {
71717171
" return a.size();\n"
71727172
"}\n";
71737173
ASSERT_EQUALS(true, tokenValues(code, "a . size", ValueFlow::Value::ValueType::CONTAINER_SIZE).empty());
7174-
7174+
71757175
code = "void f() {\n" // #14060
71767176
" std::stack<std::pair<int, int>> s;\n"
71777177
" s.emplace(0, 0);\n"

0 commit comments

Comments
 (0)