From 2d1ccad44e52cbc679528c0dc58e068123d13a4a Mon Sep 17 00:00:00 2001 From: Pete Johns Date: Tue, 1 Feb 2011 19:55:02 +1100 Subject: [PATCH] Turned failing ASSERT_EQUALS into TODO_ASSERT_EQUALS. --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index 7573b9d5e..af08d80c4 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -1377,7 +1377,7 @@ private: "}\n"; check(code, "test.cpp"); - ASSERT_EQUALS("", errout.str()); + TODO_ASSERT_EQUALS("", "[test.cpp:13]: (error) instance of \"Init\" object destroyed immediately\n", errout.str()); } void trac2084()