Changed TODO test case, I do not see why it should warn.

This commit is contained in:
Daniel Marjamäki 2019-07-29 07:51:00 +02:00
parent 07ac6c5f08
commit a178d05cc5
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ private:
" }\n"
" return x;\n"
"}");
// TODO ASSERT_EQUALS("[test.cpp:5]: (style) Variable 'x' is assigned a value that is never used.\n", errout.str());
ASSERT_EQUALS("", errout.str());
}
void localvar54() {