From b67cb077a3fdec15808dea84398a4405a35b5d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 29 Oct 2011 12:21:22 +0200 Subject: [PATCH] fix unit test failure --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index 10f8f0274..c924d037d 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -3430,7 +3430,7 @@ private: "}"); ASSERT_EQUALS("[test.cpp:3]: (warning) Comparison of always identical static strings.\n", errout.str()); - check_preprocess_suppress( + check( "int foo(const char *buf)\n" "{\n" " if (strcmp(buf, buf) == 0)"