diff options
-rw-r--r-- | unittests/Support/Path.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 660d612e64..a071a5a8d6 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -340,6 +340,7 @@ TEST_F(FileSystemTest, Permissions) { } #endif +#if !defined(_WIN32) // FIXME: temporary suppressed. TEST_F(FileSystemTest, FileMapping) { // Create a temp file. int FileDescriptor; @@ -376,6 +377,7 @@ TEST_F(FileSystemTest, FileMapping) { MappedMemory = NULL; Memory = NULL; } +#endif } // anonymous namespace |