Remove todo assert (#3714)

This commit is contained in:
Paul Fultz II 2022-01-16 05:32:46 -06:00 committed by GitHub
parent 55ff010df3
commit 9220c8175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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() {