diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index 2ab8db046..d986bbf25 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -171,7 +171,7 @@ private: code = "void f(int x) {\n" // not unsigned => don't consider > condition " int a = x;\n" - " if (x > 0) {}\n" + " if (x > 0) {}\n" "}"; ASSERT_EQUALS(false, testValueOfX(code, 2U, 0));