Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 7, 2023
1 parent 43893ce commit 62e0e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testsymboldatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9420,7 +9420,7 @@ class TestSymbolDatabase : public TestFixture {
}
}

void auto20() {
void auto20() {
GET_SYMBOL_DB("enum A { A0 };\n"
"enum B { B0 };\n"
"const int& g(A a);\n"
Expand All @@ -9433,7 +9433,7 @@ class TestSymbolDatabase : public TestFixture {
ASSERT_EQUALS(a->valueType()->type, ValueType::INT);
const Token* g = Token::findsimplematch(a, "g ( B ::");
ASSERT(g && g->function());
ASSERT_EQUALS(g->function()->tokenDef->linenr(), 4);
ASSERT_EQUALS(g->function()->tokenDef->linenr(), 4);
}

void unionWithConstructor() {
Expand Down

0 comments on commit 62e0e5d

Please sign in to comment.