r269108 - [VFS] Change unittest to try appeasing win10 buildbot

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Tue May 10 13:20:57 PDT 2016


Author: bruno
Date: Tue May 10 15:20:55 2016
New Revision: 269108

URL: http://llvm.org/viewvc/llvm-project?rev=269108&view=rev
Log:
[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.

Modified:
    cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp

Modified: cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp?rev=269108&r1=269107&r2=269108&view=diff
==============================================================================
--- cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp (original)
+++ cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp Tue May 10 15:20:55 2016
@@ -1050,7 +1050,7 @@ TEST_F(VFSFromYAMLTest, DirectoryIterati
                     "},\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, DirectoryIterati
                     "},\n"
                     "{\n"
                     "  'type': 'directory',\n"
-                    "  'name': '//root/baz',\n"
+                    "  'name': '//root/baz/',\n"
                     "  'contents': [ {\n"
                     "                  'type': 'file',\n"
                     "                  'name': 'y',\n"




More information about the cfe-commits mailing list