From 0e0c3aa560964e4b9e5f2e54859df7defe0462b2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 07:40:33 +0000 Subject: clang/Lex: [CMake] Update CMakefiles since r169229. llvm-svn: 169233 --- clang/unittests/Lex/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Lex') 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 -- cgit v1.2.3