diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-09-14 23:36:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-09-14 23:36:56 +0000 |
commit | 17785fd392fab9ab22e07e22edf52a72e6ba73a9 (patch) | |
tree | eef02432d2de6b55d804d915871edfb5a73ecf7d /unittests/Support | |
parent | 10097bd023acd750cff72a9f422608fce2ad81dd (diff) |
cmake: Fix file path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support')
-rw-r--r-- | unittests/Support/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 06c5343cd6..a137052fac 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -23,6 +23,6 @@ add_llvm_unittest(SupportTests TimeValue.cpp ValueHandleTest.cpp YAMLParserTest.cpp - formatted_raw_ostream.cpp + formatted_raw_ostream_test.cpp raw_ostream_test.cpp ) |