diff options
Diffstat (limited to 'clang/unittests/Format/MatchFilePathTest.cpp')
| -rw-r--r-- | clang/unittests/Format/MatchFilePathTest.cpp | 2 |
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); |
