summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
commitb331b5e4c621309a94bcfd00983ed1a97ef3d429 (patch)
treebe1ff5fc91ca1ae69c4383c135cb000c2d7c7fd5 /unittests
parentc4475eee423e2a07d79e9ab39e47b8de93a1971b (diff)
downloadclang-b331b5e4c621309a94bcfd00983ed1a97ef3d429.tar.gz
clang/Lex: [CMake] Update CMakefiles since r169229.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Lex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Lex/CMakeLists.txt b/unittests/Lex/CMakeLists.txt
index 03c8cd5418..78838c0829 100644
--- a/unittests/Lex/CMakeLists.txt
+++ b/unittests/Lex/CMakeLists.txt
@@ -1,7 +1,7 @@
add_clang_unittest(LexTests
LexerTest.cpp
- PreprocessingRecordTest.cpp
PPCallbacksTest.cpp
+ PPConditionalDirectiveRecordTest.cpp
)
target_link_libraries(LexTests