]> granicus.if.org Git - clang/commit
[tests] Fix the FileManagerTest getVirtualFile test on Windows
authorStella Stamenova <stilis@microsoft.com>
Fri, 7 Dec 2018 23:50:05 +0000 (23:50 +0000)
committerStella Stamenova <stilis@microsoft.com>
Fri, 7 Dec 2018 23:50:05 +0000 (23:50 +0000)
commit6eb1b99fab69df06bb933996b663227ca6b50ea6
treee285a9eb2407c98f87d9ba276c04ebf404cd5854
parentcad7d397bbc434a6cd05c4a3c5f9b3f20e97de7e
[tests] Fix the FileManagerTest getVirtualFile test on Windows

Summary: The test passes on Windows only when it is executed on the C: drive. If the build and tests run on a different drive, the test is currently failing.

Reviewers: kadircet, asmith

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D55451

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348665 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Basic/FileManagerTest.cpp