[Support][Test] Missed this in the API change.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 14 Mar 2013 00:33:37 +0000 (00:33 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 14 Mar 2013 00:33:37 +0000 (00:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176996 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/Path.cpp

index 878c22796a5b709536e2633a759295ad7c68bae1..c31cb5306de3d2572f0e6ce8936b994fa0417767 100644 (file)
@@ -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,