From b90fdfed1d016d3140b3d56f0765166443a590e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 28 Apr 2009 21:44:31 +0200 Subject: [PATCH] changed todo comment to TODO_ASSERT_EQUALS --- test/teststl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/teststl.cpp b/test/teststl.cpp index d3f4777ce..82390256b 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -149,7 +149,7 @@ private: " }\n" " }\n" "}\n"); - // TODO ASSERT_EQUALS(std::string(""), errout.str()); + TODO_ASSERT_EQUALS(std::string(""), errout.str()); } }