From 17785fd392fab9ab22e07e22edf52a72e6ba73a9 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 14 Sep 2012 23:36:56 +0000 Subject: [PATCH] cmake: Fix file path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163950 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.34.1