From 027bdd337029dc3047fff684cfd86770faa72aa3 Mon Sep 17 00:00:00 2001 From: Martin Ettl Date: Mon, 13 Jul 2015 21:31:24 +0200 Subject: [PATCH] Reverted cebc1058561dfb7ef63ddc765c32ee02823702e8. --- test/testother.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()); }