Use add_clang_unittest in the CMakeLists.txt for the moved unittest

The unittest was moved in r306840

llvm-svn: 306841
This commit is contained in:
Alex Lorenz 2017-06-30 16:43:00 +00:00
parent 4abbd92bf4
commit 079e5db81f
1 changed files with 1 additions and 1 deletions

View 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
)