Skip to content

Commit 53eb2ef

Browse files
Update testclass.cpp
1 parent 0bba69f commit 53eb2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6826,7 +6826,7 @@ class TestClass : public TestFixture {
68266826
" bool has(int i) { return m.find(i) != m.end(); }\n"
68276827
" std::map<int, int> m;\n"
68286828
"};\n");
6829-
ASSERT_EQUALS("[test.cpp.2:10]: (style, inconclusive) Technically the member function 'S::has' can be const. [functionConst]\n",
6829+
ASSERT_EQUALS("[test.cpp:2:10]: (style, inconclusive) Technically the member function 'S::has' can be const. [functionConst]\n",
68306830
errout_str());
68316831
}
68326832

0 commit comments

Comments
 (0)