diff options
Diffstat (limited to 'gnu/llvm/unittests/Support/LockFileManagerTest.cpp')
| -rw-r--r-- | gnu/llvm/unittests/Support/LockFileManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/unittests/Support/LockFileManagerTest.cpp b/gnu/llvm/unittests/Support/LockFileManagerTest.cpp index efe3c3088b3..1775d05e44d 100644 --- a/gnu/llvm/unittests/Support/LockFileManagerTest.cpp +++ b/gnu/llvm/unittests/Support/LockFileManagerTest.cpp @@ -60,7 +60,7 @@ TEST(LockFileManagerTest, LinkLockExists) { sys::path::append(TmpFileLock, "file.lock-000"); int FD; - EC = sys::fs::openFileForWrite(StringRef(TmpFileLock), FD, sys::fs::F_None); + EC = sys::fs::openFileForWrite(StringRef(TmpFileLock), FD); ASSERT_FALSE(EC); int Ret = close(FD); |
