Rename MSVC top-level folder to avoid name collision.

If you have two folders with the same name but different cases,
MSBuild gets confused and generates an error when building
from within Visual Studio.

This patch renames it so that the cases of all folders named
"LLDB tests" match.

Patch by Jonathan Meier
Differential Revision: http://reviews.llvm.org/D16150

llvm-svn: 257684
This commit is contained in:
Zachary Turner 2016-01-13 22:00:44 +00:00
parent 76b4afc040
commit d79bc32668

View File

@ -33,4 +33,4 @@ add_lit_testsuite(check-lldb-unit "Running lldb unit test suite"
DEPENDS ${LLDB_TEST_DEPS}
)
set_target_properties(check-lldb-unit PROPERTIES FOLDER "lldb tests")
set_target_properties(check-lldb-unit PROPERTIES FOLDER "LLDB tests")