Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Apr 9, 2024
1 parent c43c566 commit 8ee816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testautovariables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@ class TestAutoVariables : public TestFixture {
errout_str());

check("struct S { std::unique_ptr<int> p; };\n" // #12600
" int* f(const S* s) {\n"
"int* f(const S* s) {\n"
" return s[0].p.get();\n"
"}\n");
ASSERT_EQUALS("", errout_str());
Expand Down

0 comments on commit 8ee816b

Please sign in to comment.