summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/CMakeLists.txt')
-rw-r--r--clang/unittests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/CMakeLists.txt b/clang/unittests/CMakeLists.txt
index 0c91450e048..45358db370b 100644
--- a/clang/unittests/CMakeLists.txt
+++ b/clang/unittests/CMakeLists.txt
@@ -37,13 +37,13 @@ if(SUPPORTS_NO_VARIADIC_MACROS_FLAG)
endif()
add_clang_unittest(Basic
- "Core"
+ "support mc"
"gtest gtest_main clangBasic"
Basic/FileManagerTest.cpp
)
add_clang_unittest(Frontend
- "Core"
+ "support mc"
"gtest gtest_main clangFrontend"
Frontend/FrontendActionTest.cpp
)
OpenPOWER on IntegriCloud