We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2fd21 commit b795d30Copy full SHA for b795d30
1 file changed
test/testother.cpp
@@ -580,9 +580,8 @@ class TestOther : public TestFixture {
580
" f1(123,y);\n"
581
" if (y>0){}\n"
582
"}");
583
- TODO_ASSERT_EQUALS(
+ ASSERT_EQUALS(
584
"[test.cpp:4] -> [test.cpp:1]: (warning) Either the condition 'y>0' is redundant or there is division by zero at line 1.\n",
585
- "",
586
errout.str());
587
588
// avoid false positives when variable is changed after division
0 commit comments