We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bba69f commit 53eb2efCopy full SHA for 53eb2ef
1 file changed
test/testclass.cpp
@@ -6826,7 +6826,7 @@ class TestClass : public TestFixture {
6826
" bool has(int i) { return m.find(i) != m.end(); }\n"
6827
" std::map<int, int> m;\n"
6828
"};\n");
6829
- ASSERT_EQUALS("[test.cpp.2:10]: (style, inconclusive) Technically the member function 'S::has' can be const. [functionConst]\n",
+ ASSERT_EQUALS("[test.cpp:2:10]: (style, inconclusive) Technically the member function 'S::has' can be const. [functionConst]\n",
6830
errout_str());
6831
}
6832
0 commit comments