summaryrefslogtreecommitdiff
path: root/unittests/Basic
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-03-17 21:30:55 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-03-17 21:30:55 +0000
commit1b9182c1e4473cddd38cb1c3b12d857dc07ea1d4 (patch)
tree8352defb442da0e9140dc58b9ec58d14ba5a8e16 /unittests/Basic
parent0b61e8b1ecd80cfeaa6481b9a99aaa5b6e4316e5 (diff)
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
Tests failing on http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/46102 This reverts commit a1683cd6c9e07359c09f86e98a4db6b4e1bc51fc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Basic')
-rw-r--r--unittests/Basic/VirtualFileSystemTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Basic/VirtualFileSystemTest.cpp b/unittests/Basic/VirtualFileSystemTest.cpp
index d2f4a7d8f0..9448ad4f1e 100644
--- a/unittests/Basic/VirtualFileSystemTest.cpp
+++ b/unittests/Basic/VirtualFileSystemTest.cpp
@@ -662,7 +662,7 @@ public:
getFromYAMLRawString(StringRef Content,
IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) {
std::unique_ptr<MemoryBuffer> Buffer = MemoryBuffer::getMemBuffer(Content);
- return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this,
+ return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, this,
ExternalFS);
}