cmake: Fix file path.

llvm-svn: 163950
This commit is contained in:
Daniel Dunbar 2012-09-14 23:36:56 +00:00
parent 948b8cb51b
commit b93a2ceba5
1 changed files with 1 additions and 1 deletions

View 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
)