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)"