Running astyle.

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

View File

@ -3428,8 +3428,8 @@ private:
" 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());
"[test.cpp:10]: (warning) Redundant assignment of 'y' to itself.\n"
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());
}