diff --git a/test/testcondition.cpp b/test/testcondition.cpp index a30a77f1b..988c24307 100644 --- a/test/testcondition.cpp +++ b/test/testcondition.cpp @@ -1146,7 +1146,7 @@ private: check("void f() { a(x there are never templates ASSERT_EQUALS("[test.c:1]: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses.\n", errout.str()); - check("class A;", "test.C"); + check("class A;", true, "test.cpp"); ASSERT_EQUALS("", errout.str()); check("void f() {\n"