diff --git a/test/testother.cpp b/test/testother.cpp index 1533f2e10..e8bcf4117 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -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()); }