Changed test case from recent commit into a TODO test case. Since it is a FP.

This commit is contained in:
orbitcowboy 2015-07-13 16:50:23 +02:00
parent d042151b62
commit cebc105856
1 changed files with 1 additions and 1 deletions

View File

@ -3427,7 +3427,7 @@ private:
" }\n"
" double x, y, z;\n"
"};");
ASSERT_EQUALS("[test.cpp:10]: (warning) Redundant assignment of 'x' to itself.\n"
TODO_ASSERT_EQUALS("", "[test.cpp:10]: (warning) Redundant assignment of 'x' to itself.\n"
"[test.cpp:10]: (warning) Redundant assignment of 'y' to itself.\n"
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());