From cebc1058561dfb7ef63ddc765c32ee02823702e8 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 13 Jul 2015 16:50:23 +0200 Subject: [PATCH] Changed test case from recent commit into a TODO test case. Since it is a FP. --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index d3890a0ee..1533f2e10 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -3427,7 +3427,7 @@ private: " }\n" " double x, y, z;\n" "};"); - ASSERT_EQUALS("[test.cpp:10]: (warning) Redundant assignment of 'x' to itself.\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());