summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
index 06c5343cd6..a137052fac 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
)