]> granicus.if.org Git - clang/commitdiff
[VFS] Change unittest to try appeasing win10 buildbot
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 10 May 2016 20:20:55 +0000 (20:20 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 10 May 2016 20:20:55 +0000 (20:20 +0000)
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

unittests/Basic/VirtualFileSystemTest.cpp

index e56ec0aec976226dc4fd4d8c049a8dc37512c4ff..765b403522e2cb16a4d95a5ac5eb13303abed06d 100644 (file)
@@ -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"