commit | 85833393d0e588f6d7613567db9c212236e3f0eb | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Tue Dec 18 08:36:16 2018 +0000 |
committer | Martin Storsjo <martin@martin.st> | Tue Dec 18 08:36:16 2018 +0000 |
tree | 2ec6122c5bd8613c4ce7fd1ac81155bffdadb70a | |
parent | 56f9c81c6002852b2eff339c46bb251b3a506acc [diff] [blame] |
[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC. llvm-svn: 349453
diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp index aaadeb0..c6acf57 100644 --- a/clang/unittests/AST/ASTImporterTest.cpp +++ b/clang/unittests/AST/ASTImporterTest.cpp
@@ -4467,7 +4467,7 @@ return ND; } return nullptr; -}; +} TEST_P(ASTImporterLookupTableTest, FriendWhichIsnotFoundByNormalLookupShouldBeFoundByImporterSpecificLookup) {