#3370 changed testcase to TODO, because it is not fixed yet.

This commit is contained in:
Ettl Martin 2012-06-05 09:36:23 +02:00
parent bc237b9dc8
commit 8a9d1048bf
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ private:
" else\n"
" a = 0;\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() {