Skip to content

Commit 0c45569

Browse files
Update testfunctions.cpp
1 parent 09cf310 commit 0c45569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testfunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class TestFunctions : public TestFixture {
222222
"}");
223223
ASSERT_EQUALS(
224224
"[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
225+
"[test.cpp:2:37]: (style) Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [indexCalled]\n",
226226
errout_str());
227227
}
228228

0 commit comments

Comments
 (0)