mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
[VFS] Fix call to getVFSFromYAML in unittests
Follow up from r261552 llvm-svn: 261556
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user