Skip to content

Commit 8df5f3b

Browse files
Update testautovariables.cpp
1 parent ece8678 commit 8df5f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testautovariables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class TestAutoVariables : public TestFixture {
627627

628628
void testautovar_return6() { // #14005
629629
check("struct S;\n"
630-
"struct S { const struct S *s; };\n"
630+
"struct T { const struct S *s; };\n"
631631
"extern struct T factory();\n"
632632
"const struct S* f() {\n"
633633
" struct T t = factory();\n"

0 commit comments

Comments
 (0)