From 7347fce4c3cf2254ac22058059af4f2260260b15 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Tue, 10 May 2016 20:20:55 +0000 Subject: [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 --- clang/unittests/Basic/VirtualFileSystemTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp') 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" -- cgit v1.1