Skip to content

Commit

Permalink
s [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 14, 2025
1 parent 480d4fe commit f5d8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsimplifytokens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ class TestSimplifyTokens : public TestFixture {
ASSERT_EQUALS("a = b . _inline ;", tok("a = b._inline;"));

ASSERT_EQUALS("int i ; i = 0 ;", tok("auto int i = 0;", dinit(TokOptions, $.cpp = false)));
ASSERT_EQUALS("auto i ; i = 0 ;", tok("auto i = 0;", dinit(TokOptions, $.cpp = false)));
ASSERT_EQUALS("auto i ; i = 0 ;", tok("auto i = 0;"));
}

void simplifyCallingConvention() {
Expand Down

0 comments on commit f5d8fb0

Please sign in to comment.