aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Driver/ModuleCacheTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Driver/ModuleCacheTest.cpp')
-rw-r--r--clang/unittests/Driver/ModuleCacheTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/ModuleCacheTest.cpp b/clang/unittests/Driver/ModuleCacheTest.cpp
index 4874441..7aa5047 100644
--- a/clang/unittests/Driver/ModuleCacheTest.cpp
+++ b/clang/unittests/Driver/ModuleCacheTest.cpp
@@ -17,7 +17,7 @@ using namespace clang::driver;
namespace {
-TEST(ModuleCacheTest, GetTargetAndMode) {
+TEST(DriverModuleCacheTest, GetTargetAndMode) {
SmallString<128> Buf;
Driver::getDefaultModuleCachePath(Buf);
StringRef Path = Buf;