diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-03-14 00:33:37 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-03-14 00:33:37 +0000 |
commit | 01ac34e4c3dd12d7bf07a1a3abfc0f9fe75070f0 (patch) | |
tree | 5e96a4a093c395e80b3e838911162c88de85041f /llvm/unittests/Support/Path.cpp | |
parent | 42ad29fa055dba473cf4cb5e9abb1a7d35f2afd2 (diff) | |
download | bcm5719-llvm-01ac34e4c3dd12d7bf07a1a3abfc0f9fe75070f0.tar.gz bcm5719-llvm-01ac34e4c3dd12d7bf07a1a3abfc0f9fe75070f0.zip |
[Support][Test] Missed this in the API change.
llvm-svn: 176996
Diffstat (limited to 'llvm/unittests/Support/Path.cpp')
-rw-r--r-- | llvm/unittests/Support/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 878c22796a5..c31cb5306de 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp @@ -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, |