We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cf310 commit 0c45569Copy full SHA for 0c45569
1 file changed
test/testfunctions.cpp
@@ -222,7 +222,7 @@ class TestFunctions : public TestFixture {
222
"}");
223
ASSERT_EQUALS(
224
"[test.cpp:2:22]: (style) Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [indexCalled]\n"
225
- "[test.cpp:2:37]: (style) Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [indexCalled]\n", // duplicate
+ "[test.cpp:2:37]: (style) Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [indexCalled]\n",
226
errout_str());
227
}
228
0 commit comments