summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp b/clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp
index 73eccc90e5e..df55cb225e7 100644
--- a/clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp
+++ b/clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp
@@ -53,9 +53,6 @@ MATCHER_P(LocationOffsets, Offsets, "") {
return arg.CanonicalDeclaration.StartOffset == Offsets.first &&
arg.CanonicalDeclaration.EndOffset == Offsets.second - 1;
}
-//MATCHER_P(FilePath, P, "") {
- //return arg.CanonicalDeclaration.FilePath.contains(P);
-//}
namespace clang {
namespace clangd {
OpenPOWER on IntegriCloud