]> granicus.if.org Git - clang/commitdiff
Use add_clang_unittest in the CMakeLists.txt for the moved unittest
authorAlex Lorenz <arphaman@gmail.com>
Fri, 30 Jun 2017 16:43:00 +0000 (16:43 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 30 Jun 2017 16:43:00 +0000 (16:43 +0000)
The unittest was moved in r306840

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306841 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Rename/CMakeLists.txt

index 0b70eed8c9baf62b8aa83038c77ac930421a1e7e..aa7609260cc0c8f8b06bfc261bf5e14f32662848 100644 (file)
@@ -5,7 +5,7 @@ set(LLVM_LINK_COMPONENTS
 # We'd like clang/unittests/Tooling/RewriterTestContext.h in the test.
 include_directories(${CLANG_SOURCE_DIR})
 
-add_extra_unittest(ClangRenameTests
+add_clang_unittest(ClangRenameTests
   RenameClassTest.cpp
   )