diff options
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/Support/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 30ad103..63c9ae0 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -375,7 +375,7 @@ TEST_F(FileSystemTest, FileMapping) { // Unmap temp file -#ifdef LLVM_USE_RVALUE_REFERENCES +#if LLVM_USE_RVALUE_REFERENCES fs::mapped_file_region m(Twine(TempPath), fs::mapped_file_region::readonly, 0, |