forked from OSchip/llvm-project
[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.
llvm-svn: 349453
This commit is contained in:
parent
56f9c81c60
commit
85833393d0
|
@ -4467,7 +4467,7 @@ static Decl *findInDeclListOfDC(DeclContext *DC, DeclarationName Name) {
|
|||
return ND;
|
||||
}
|
||||
return nullptr;
|
||||
};
|
||||
}
|
||||
|
||||
TEST_P(ASTImporterLookupTableTest,
|
||||
FriendWhichIsnotFoundByNormalLookupShouldBeFoundByImporterSpecificLookup) {
|
||||
|
|
Loading…
Reference in New Issue