[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.

llvm-svn: 349453
This commit is contained in:
Martin Storsjo 2018-12-18 08:36:16 +00:00
parent 56f9c81c60
commit 85833393d0
1 changed files with 1 additions and 1 deletions

View File

@ -4467,7 +4467,7 @@ static Decl *findInDeclListOfDC(DeclContext *DC, DeclarationName Name) {
return ND;
}
return nullptr;
};
}
TEST_P(ASTImporterLookupTableTest,
FriendWhichIsnotFoundByNormalLookupShouldBeFoundByImporterSpecificLookup) {