We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aaf750 commit 58c5d38Copy full SHA for 58c5d38
1 file changed
test/testother.cpp
@@ -4684,7 +4684,7 @@ class TestOther : public TestFixture {
4684
" auto x = [&]() { int* p = &i; if (*p) {} };\n"
4685
" x();\n"
4686
"}\n");
4687
- ASSERT_EQUALS("[test.cpp:3:24]: (style) Variable 'p' can be declared as pointer to const [constVariablePointer]", errout_str());
+ ASSERT_EQUALS("[test.cpp:3:27]: (style) Variable 'p' can be declared as pointer to const [constVariablePointer]\n", errout_str());
4688
}
4689
4690
void constArray() {
0 commit comments