Skip to content

Commit 83407ef

Browse files
Update testother.cpp
1 parent 33822ca commit 83407ef

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
@@ -4511,7 +4511,7 @@ class TestOther : public TestFixture {
45114511
"}\n");
45124512
ASSERT_EQUALS("[test.cpp:4:8]: (style) Variable 'tok1' can be declared as pointer to const [constVariablePointer]\n",
45134513
errout_str());
4514-
4514+
45154515
check("struct S { S* next; };\n" // #14119
45164516
"void f(S* s) {\n"
45174517
" for (S* p = s->next; p != nullptr; p = p->next) {}\n"

0 commit comments

Comments
 (0)