Reverted cebc105856
.
This commit is contained in:
parent
1a872a2c9f
commit
027bdd3370
|
@ -3427,9 +3427,9 @@ private:
|
|||
" }\n"
|
||||
" double x, y, z;\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());
|
||||
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());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue