addon to previous commit - changed ASSERT_EQUALS to TODO_ASSERT_EQUALS for the todo test case

This commit is contained in:
Daniel Marjamäki 2009-07-06 12:38:04 +02:00
parent 5efb834f36
commit 7b2f6b6173
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ private:
" foo(s);\n"
" s = malloc(100);\n"
"}\n");
ASSERT_EQUALS("[test.cpp:6]: (error) Memory leak: s\n", errout.str());
TODO_ASSERT_EQUALS("[test.cpp:6]: (error) Memory leak: s\n", errout.str());
}