[clang-tools-extra] 5af4408 - [clangd] Remove a gest-internal header, NFC

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 04:16:37 PST 2022


Author: Haojian Wu
Date: 2022-12-12T13:16:18+01:00
New Revision: 5af440868c1a1ea880bcbfa3c04b3336af1932c2

URL: https://github.com/llvm/llvm-project/commit/5af440868c1a1ea880bcbfa3c04b3336af1932c2
DIFF: https://github.com/llvm/llvm-project/commit/5af440868c1a1ea880bcbfa3c04b3336af1932c2.diff

LOG: [clangd] Remove a gest-internal header, NFC

gmock-more-matchers.h is a private header, we should use gmock.h which
is already included in the test.

Added: 
    

Modified: 
    clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp b/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
index a7869f0a2fdb2..27854004094e0 100644
--- a/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
+++ b/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
@@ -22,7 +22,6 @@
 #include "llvm/Support/VirtualFileSystem.h"
 #include "llvm/Testing/Support/Error.h"
 #include "gmock/gmock-matchers.h"
-#include "gmock/gmock-more-matchers.h"
 #include "gmock/gmock.h"
 #include "gtest/gtest.h"
 


        


More information about the cfe-commits mailing list