From edcf668ae28f42b3c935a90ce79e204f5875a6fd Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 29 Jun 2020 10:15:36 -0500 Subject: [PATCH] Update test mesg --- test/testcondition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testcondition.cpp b/test/testcondition.cpp index 3862f28bc..2193a9880 100644 --- a/test/testcondition.cpp +++ b/test/testcondition.cpp @@ -3773,7 +3773,7 @@ private: check("bool f(const std::string &s) {\n" " return s.size()>2U && s[0]=='4' && s[0]=='2';\n" "}\n"); - ASSERT_EQUALS("[test.cpp:2]: (style) Condition 'x' is always true\n", errout.str()); + ASSERT_EQUALS("[test.cpp:2] -> [test.cpp:2]: (style) Condition 's[0]=='2'' is always false\n", errout.str()); } void pointerAdditionResultNotNull() {