aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-05-10 20:20:55 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-05-10 20:20:55 +0000
commit7347fce4c3cf2254ac22058059af4f2260260b15 (patch)
tree8a83d10af6355322e58c57e226d9281c4477ea19 /clang/unittests/Basic/VirtualFileSystemTest.cpp
parent8a5b46737a5991056998ddbc6d9915e7e21b63c5 (diff)
downloadllvm-7347fce4c3cf2254ac22058059af4f2260260b15.zip
llvm-7347fce4c3cf2254ac22058059af4f2260260b15.tar.gz
llvm-7347fce4c3cf2254ac22058059af4f2260260b15.tar.bz2
[VFS] Change unittest to try appeasing win10 buildbot
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5103 Follow up from r269100. llvm-svn: 269108
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
-rw-r--r--clang/unittests/Basic/VirtualFileSystemTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp
index e56ec0a..765b403 100644
--- a/clang/unittests/Basic/VirtualFileSystemTest.cpp
+++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp
@@ -1050,7 +1050,7 @@ TEST_F(VFSFromYAMLTest, DirectoryIteration) {
"},\n"
"{\n"
" 'type': 'directory',\n"
- " 'name': '//root/baz',\n"
+ " 'name': '//root/baz/',\n"
" 'contents': [ {\n"
" 'type': 'file',\n"
" 'name': 'x',\n"
@@ -1060,7 +1060,7 @@ TEST_F(VFSFromYAMLTest, DirectoryIteration) {
"},\n"
"{\n"
" 'type': 'directory',\n"
- " 'name': '//root/baz',\n"
+ " 'name': '//root/baz/',\n"
" 'contents': [ {\n"
" 'type': 'file',\n"
" 'name': 'y',\n"