Skip to content
Snippets Groups Projects
Commit 2af00892 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

[VFS] One more unittest change to fix win10 buildbot

http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5110
Follow up from r269100.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269133 91177308-0d34-0410-b5e6-96231b3b80d8
parent 6876b9f7
No related branches found
No related tags found
No related merge requests found
...@@ -1085,6 +1085,6 @@ TEST_F(VFSFromYAMLTest, DirectoryIteration) { ...@@ -1085,6 +1085,6 @@ TEST_F(VFSFromYAMLTest, DirectoryIteration) {
checkContents(O->dir_begin("//root/foo/bar", EC), checkContents(O->dir_begin("//root/foo/bar", EC),
{"//root/foo/bar/a", "//root/foo/bar/b"}); {"//root/foo/bar/a", "//root/foo/bar/b"});
checkContents(O->dir_begin("//root/baz", EC), checkContents(O->dir_begin("//root/baz/", EC),
{"//root/baz/x", "//root/baz/y", "//root/baz/c"}); {"//root/baz/x", "//root/baz/y", "//root/baz/c"});
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment