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"


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to