summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/Support/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/CMakeLists.txt b/llvm/unittests/Support/CMakeLists.txt
index 06c5343cd65..a137052fac5 100644
--- a/llvm/unittests/Support/CMakeLists.txt
+++ b/llvm/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
)
OpenPOWER on IntegriCloud