#3370 changed testcase to TODO, because it is not fixed yet.
This commit is contained in:
parent
bc237b9dc8
commit
8a9d1048bf
|
@ -336,7 +336,7 @@ private:
|
||||||
" else\n"
|
" else\n"
|
||||||
" a = 0;\n"
|
" a = 0;\n"
|
||||||
"}\n");
|
"}\n");
|
||||||
ASSERT_EQUALS("[test.c:7]: (information) free configuration is needed to establish if there is a leak or not\n", errout.str());
|
TODO_ASSERT_EQUALS("[test.c:7]: (error) New memory leak: a","[test.c:7]: (information) free configuration is needed to establish if there is a leak or not\n", errout.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void switch1() {
|
void switch1() {
|
||||||
|
|
Loading…
Reference in New Issue