From: Daniel Dunbar Date: Fri, 14 Sep 2012 23:36:56 +0000 (+0000) Subject: cmake: Fix file path. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=17785fd392fab9ab22e07e22edf52a72e6ba73a9 cmake: Fix file path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163950 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 06c5343cd65..a137052fac5 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 )