From: NAKAMURA Takumi Date: Tue, 1 Mar 2016 13:11:36 +0000 (+0000) Subject: FormatTests: Update libdeps corresponding to r262323. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f1f5cba25087520ab58cbe71af8cbe497a82ed;p=clang FormatTests: Update libdeps corresponding to r262323. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262329 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/CMakeLists.txt b/unittests/Format/CMakeLists.txt index 40e5352fda..a93783cedf 100644 --- a/unittests/Format/CMakeLists.txt +++ b/unittests/Format/CMakeLists.txt @@ -15,5 +15,6 @@ target_link_libraries(FormatTests clangBasic clangFormat clangFrontend + clangRewrite clangToolingCore )