diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 07:40:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 07:40:33 +0000 |
commit | 0e0c3aa560964e4b9e5f2e54859df7defe0462b2 (patch) | |
tree | c174361d80dc48124676314a4eea06ae58cd1bcb /clang/unittests/Lex | |
parent | 6246013f7a92f1cac4c1e4635f741ec42e8a70f1 (diff) | |
download | bcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.tar.gz bcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.zip |
clang/Lex: [CMake] Update CMakefiles since r169229.
llvm-svn: 169233
Diffstat (limited to 'clang/unittests/Lex')
-rw-r--r-- | clang/unittests/Lex/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Lex/CMakeLists.txt b/clang/unittests/Lex/CMakeLists.txt index 03c8cd5418a..78838c08298 100644 --- a/clang/unittests/Lex/CMakeLists.txt +++ b/clang/unittests/Lex/CMakeLists.txt @@ -1,7 +1,7 @@ add_clang_unittest(LexTests LexerTest.cpp - PreprocessingRecordTest.cpp PPCallbacksTest.cpp + PPConditionalDirectiveRecordTest.cpp ) target_link_libraries(LexTests |