summaryrefslogtreecommitdiff
path: root/unittests/Support
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Support')
-rw-r--r--unittests/Support/LockFileManagerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Support/LockFileManagerTest.cpp b/unittests/Support/LockFileManagerTest.cpp
index 91339ff38d..79f4519614 100644
--- a/unittests/Support/LockFileManagerTest.cpp
+++ b/unittests/Support/LockFileManagerTest.cpp
@@ -44,6 +44,7 @@ TEST(LockFileManagerTest, Basic) {
ASSERT_FALSE(EC);
}
+#if !defined(_WIN32)
TEST(LockFileManagerTest, LinkLockExists) {
SmallString<64> TmpDir;
error_code EC;
@@ -112,5 +113,6 @@ TEST(LockFileManagerTest, RelativePath) {
chdir(OrigPath);
}
+#endif
} // end anonymous namespace