summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Driver/ToolChainTest.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-07-26 23:21:51 +0000
committerReid Kleckner <rnk@google.com>2018-07-26 23:21:51 +0000
commit4d23f45a11325dfc03a9904cfc1e354c54f06081 (patch)
tree3e5a4ecca161edc58b1a8c2f278a6b982c42d572 /clang/unittests/Driver/ToolChainTest.cpp
parent4a83f0abd8177396493968332031085ff217c6d5 (diff)
downloadbcm5719-llvm-4d23f45a11325dfc03a9904cfc1e354c54f06081.tar.gz
bcm5719-llvm-4d23f45a11325dfc03a9904cfc1e354c54f06081.zip
Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name"
This broke clang/test/PCH/case-insensitive-include.c on Windows. llvm-svn: 338084
Diffstat (limited to 'clang/unittests/Driver/ToolChainTest.cpp')
-rw-r--r--clang/unittests/Driver/ToolChainTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/ToolChainTest.cpp b/clang/unittests/Driver/ToolChainTest.cpp
index 0d4c545bd79..d4198eaeb1c 100644
--- a/clang/unittests/Driver/ToolChainTest.cpp
+++ b/clang/unittests/Driver/ToolChainTest.cpp
@@ -113,7 +113,7 @@ TEST(ToolChainTest, VFSGCCInstallationRelativeDir) {
std::replace(S.begin(), S.end(), '\\', '/');
#endif
EXPECT_EQ("Found candidate GCC installation: "
- "/home/test/bin/../lib/gcc/arm-linux-gnueabi/4.6.1\n"
+ "/home/test/lib/gcc/arm-linux-gnueabi/4.6.1\n"
"Selected GCC installation: "
"/home/test/bin/../lib/gcc/arm-linux-gnueabi/4.6.1\n"
"Candidate multilib: .;@m32\n"
OpenPOWER on IntegriCloud