cmake: Fix file path.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 14 Sep 2012 23:36:56 +0000 (23:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 14 Sep 2012 23:36:56 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163950 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/CMakeLists.txt

index 06c5343cd6520c570a669f340ad12b9241994e9b..a137052fac589d0ee1c81a95947698cae10e4140 100644 (file)
@@ -23,6 +23,6 @@ add_llvm_unittest(SupportTests
   TimeValue.cpp
   ValueHandleTest.cpp
   YAMLParserTest.cpp
   TimeValue.cpp
   ValueHandleTest.cpp
   YAMLParserTest.cpp
-  formatted_raw_ostream.cpp
+  formatted_raw_ostream_test.cpp
   raw_ostream_test.cpp
   )
   raw_ostream_test.cpp
   )