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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-13 11:30:02 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-13 11:30:02 +0300
commit1615bb24248e1ea78995a0b678065ce75280cb44 (patch)
tree1d9070170e2ce08692d72935b9cec9423ec34bae /test
parent45ca11837abf3844fd5defcdee930be0c0e369c2 (diff)
Fix test failures on Appveyor.
Diffstat (limited to 'test')
-rw-r--r--test/tests/mapped.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/mapped.cpp b/test/tests/mapped.cpp
index 018d7e09..98ca4d98 100644
--- a/test/tests/mapped.cpp
+++ b/test/tests/mapped.cpp
@@ -136,5 +136,5 @@ static inline void TestMappedView2()
BOOST_CHECK(mfh.address() == nullptr);
}
-KERNELTEST_TEST_KERNEL(integration, llfio, algorithm, mapped_span1, "Tests that llfio::map_view works as expected", TestMappedView1())
+KERNELTEST_TEST_KERNEL(integration, llfio, algorithm, mapped_span1, "Tests that llfio::mapped works as expected", TestMappedView1())
KERNELTEST_TEST_KERNEL(integration, llfio, algorithm, mapped_span2, "Tests that llfio::map_view works as expected", TestMappedView2())