From 14e89e022ab65e06c1b4ca826b66daa5e69d5ae1 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Tue, 10 May 2016 22:30:01 +0000 Subject: [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. llvm-svn: 269133 --- clang/unittests/Basic/VirtualFileSystemTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp') diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index 765b403522e..580e298abdb 100644 --- a/clang/unittests/Basic/VirtualFileSystemTest.cpp +++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp @@ -1085,6 +1085,6 @@ TEST_F(VFSFromYAMLTest, DirectoryIteration) { checkContents(O->dir_begin("//root/foo/bar", EC), {"//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"}); } -- cgit v1.2.3