diff --git a/test/testother.cpp b/test/testother.cpp index c677c16fbf0..fbc5a9da452 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -1729,9 +1729,9 @@ class TestOther : public TestFixture { " return 0.0;\n" "}\n"); ASSERT_EQUALS("[test.cpp:3]: (style) The scope of the variable 'a' can be reduced.\n" - "[test.cpp:4]: (style) The scope of the variable 'b' can be reduced.\n" - "[test.cpp:5]: (style) The scope of the variable 'c' can be reduced.\n", - errout_str()); + "[test.cpp:4]: (style) The scope of the variable 'b' can be reduced.\n" + "[test.cpp:5]: (style) The scope of the variable 'c' can be reduced.\n", + errout_str()); } #define checkOldStylePointerCast(code) checkOldStylePointerCast_(code, __FILE__, __LINE__)