Skip to content

Commit 7f75553

Browse files
Update testsymboldatabase.cpp
1 parent 2497700 commit 7f75553

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

test/testsymboldatabase.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9958,21 +9958,6 @@ class TestSymbolDatabase : public TestFixture {
99589958
ASSERT(tok && tok->valueType());
99599959
ASSERT_EQUALS("container(std :: set|unordered_set <) &", tok->valueType()->str());
99609960
}
9961-
struct U_constParameter_std_begin {
9962-
9963-
};
9964-
9965-
void f(S_constParameter_std_begin& s) {
9966-
std::for_each(std::begin(s.a), std::end(s.a), [](int& i) { ++i; });
9967-
}
9968-
9969-
void f(T_constParameter_std_begin& t) {
9970-
std::for_each(std::begin(t.v), std::end(t.v), [](int& i) { ++i; });
9971-
}
9972-
9973-
void f(U_constParameter_std_begin& u) {
9974-
std::for_each(std::begin(u.v[0][0]), std::end(u.v[0][0]), [](int& i) { ++i; });
9975-
}
99769961
{
99779962
GET_SYMBOL_DB("void f(std::vector<int> v) {\n"
99789963
" auto it = std::find(v.begin(), v.end(), 0);\n"

0 commit comments

Comments
 (0)