From: Bruno Cardoso Lopes Date: Tue, 10 May 2016 20:20:55 +0000 (+0000) Subject: [VFS] Change unittest to try appeasing win10 buildbot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=316a9608d3c3e4a7c5cdc5e09a46714a4a022748;p=clang [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269108 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Basic/VirtualFileSystemTest.cpp b/unittests/Basic/VirtualFileSystemTest.cpp index e56ec0aec9..765b403522 100644 --- a/unittests/Basic/VirtualFileSystemTest.cpp +++ b/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"