Remove test/cfg/std.cpp test that fails

This commit is contained in:
Daniel Marjamäki 2017-03-06 12:39:08 +01:00
parent d535f17489
commit 302bf925df
1 changed files with 0 additions and 6 deletions

View File

@ -3247,12 +3247,6 @@ void getline()
void stdstring() {
std::string s;
// test that return type from s.empty() is bool
// cppcheck-suppress assignBoolToPointer
char *p = s.empty();
(void)p;
// cppcheck-suppress ignoredReturnValue
s.size();
}