diff options
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
-rw-r--r-- | clang/unittests/Basic/VirtualFileSystemTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index e56ec0aec97..765b403522e 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" |