summaryrefslogtreecommitdiff
path: root/clang/unittests/Format/MatchFilePathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Format/MatchFilePathTest.cpp')
-rw-r--r--clang/unittests/Format/MatchFilePathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/MatchFilePathTest.cpp b/clang/unittests/Format/MatchFilePathTest.cpp
index 55723584ddc8..f41cf7f97159 100644
--- a/clang/unittests/Format/MatchFilePathTest.cpp
+++ b/clang/unittests/Format/MatchFilePathTest.cpp
@@ -13,7 +13,7 @@ namespace clang {
namespace format {
namespace {
-class MatchFilePathTest : public ::testing::Test {
+class MatchFilePathTest : public testing::Test {
protected:
bool match(llvm::StringRef FilePath, llvm::StringRef Pattern) {
return matchFilePath(Pattern, FilePath);