Changed test case from recent commit into a TODO test case. Since it is a FP.
This commit is contained in:
parent
d042151b62
commit
cebc105856
|
@ -3427,7 +3427,7 @@ private:
|
||||||
" }\n"
|
" }\n"
|
||||||
" double x, y, z;\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 'y' to itself.\n"
|
||||||
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());
|
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue