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