From 01ac34e4c3dd12d7bf07a1a3abfc0f9fe75070f0 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Thu, 14 Mar 2013 00:33:37 +0000 Subject: [PATCH] [Support][Test] Missed this in the API change. llvm-svn: 176996 --- llvm/unittests/Support/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 878c227..c31cb53 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, -- 2.7.4