Remove todo assert (#3714)
This commit is contained in:
parent
55ff010df3
commit
9220c8175d
|
@ -2099,10 +2099,7 @@ private:
|
||||||
" if (!y) {}\n"
|
" if (!y) {}\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
"}\n");
|
"}\n");
|
||||||
TODO_ASSERT_EQUALS(
|
ASSERT_EQUALS("", errout.str());
|
||||||
"",
|
|
||||||
"[test.cpp:13] -> [test.cpp:9]: (warning) Either the condition '!y' is redundant or there is possible null pointer dereference: x->g().\n",
|
|
||||||
errout.str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void nullpointer65() {
|
void nullpointer65() {
|
||||||
|
|
Loading…
Reference in New Issue