forked from OSchip/llvm-project
[Support][Test] Missed this in the API change.
llvm-svn: 176996
This commit is contained in:
parent
42ad29fa05
commit
01ac34e4c3
|
@ -350,6 +350,7 @@ TEST_F(FileSystemTest, FileMapping) {
|
|||
StringRef Val("hello there");
|
||||
{
|
||||
fs::mapped_file_region mfr(FileDescriptor,
|
||||
true,
|
||||
fs::mapped_file_region::readwrite,
|
||||
4096,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue