[llvm] r176996 - [Support][Test] Missed this in the API change.

Michael J. Spencer bigcheesegs at gmail.com
Wed Mar 13 17:33:38 PDT 2013


Author: mspencer
Date: Wed Mar 13 19:33:37 2013
New Revision: 176996

URL: http://llvm.org/viewvc/llvm-project?rev=176996&view=rev
Log:
[Support][Test] Missed this in the API change.

Modified:
    llvm/trunk/unittests/Support/Path.cpp

Modified: llvm/trunk/unittests/Support/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Path.cpp?rev=176996&r1=176995&r2=176996&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Path.cpp (original)
+++ llvm/trunk/unittests/Support/Path.cpp Wed Mar 13 19:33:37 2013
@@ -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,





More information about the llvm-commits mailing list