Fix TestPaths.py on windows
authorAlex Langford <apl@fb.com>
Thu, 7 Mar 2019 22:37:23 +0000 (22:37 +0000)
committerAlex Langford <apl@fb.com>
Thu, 7 Mar 2019 22:37:23 +0000 (22:37 +0000)
commitd672e533d5cbd37c7a5f623565ece47167dec411
treeb6fdf8f3b89e90d3076e7b2463f94fd8b43706a6
parent46fac9c4f270eac7072f88477385e973983b88f5
Fix TestPaths.py on windows

I committed an implementation of GetClangResourceDir on windows but
forgot to update this test. I merged the tests like I intended to, but I
realized that the test was actually failing. After looking into it, it
appears that FileSystem::Resolve was taking the path and setting
the FileSpec's Directory to "/path/to/lldb/lib/clang/" and the File to
"9.0.0" which isn't what we want. So I removed the resolve line from
DefaultComputeClangResourceDir.

llvm-svn: 355648
lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py
lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp