OSDN Git Service

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 06c5343..a137052 100644 (file)
@@ -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
   )