summaryrefslogtreecommitdiffstats
path: root/clang/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests')
-rw-r--r--clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp b/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
index 5d5392492d5..e659b3a733d 100644
--- a/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
+++ b/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
@@ -83,7 +83,7 @@ public:
CompVector getCompletions() {
return Registry::getCompletions(
- llvm::ArrayRef<std::pair<MatcherCtor, unsigned> >());
+ ArrayRef<std::pair<MatcherCtor, unsigned> >());
}
CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) {
OpenPOWER on IntegriCloud