Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
m---------test/kerneltest0
-rw-r--r--test/tests/mapped.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/test/kerneltest b/test/kerneltest
-Subproject 241623df1ffbbd043d6cc8fd9c4a84df1a8613e
+Subproject 1b51b13679f0bf868ccb0896595cb367f55c2d2
diff --git a/test/tests/mapped.cpp b/test/tests/mapped.cpp
index 88fd1f38..d865f71d 100644
--- a/test/tests/mapped.cpp
+++ b/test/tests/mapped.cpp
@@ -142,6 +142,7 @@ static inline void TestMappedView2()
BOOST_CHECK(v1[0] == 78);
BOOST_CHECK(v1[9999] == 0);
+ v1 = {};
mfh.truncate(0).value();
BOOST_CHECK(mfh.address() == nullptr);
}