Skip to content

Commit b6f2516

Browse files
Update testother.cpp
1 parent ce003fc commit b6f2516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4905,7 +4905,7 @@ class TestOther : public TestFixture {
49054905
"}\n");
49064906
ASSERT_EQUALS("[test.cpp:3:11]: (style) Parameter 's' can be declared as pointer to const [constParameterPointer]\n"
49074907
"[test.cpp:6:11]: (style) Parameter 't' can be declared as pointer to const [constParameterPointer]\n",
4908-
errout_str();
4908+
errout_str());
49094909
}
49104910

49114911
void constArray() {

0 commit comments

Comments
 (0)