Skip to content

Commit b7819dd

Browse files
Update testautovariables.cpp
1 parent 3e5feac commit b7819dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testautovariables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class TestAutoVariables : public TestFixture {
511511
"void f(int** q) {\n"
512512
" S s;\n"
513513
" s.p = a;\n"
514-
" *q = &s.p[0];\n";
514+
" *q = &s.p[0];\n"
515515
"}\n");
516516
ASSERT_EQUALS("", errout_str());
517517
}

0 commit comments

Comments
 (0)