From 1615bb24248e1ea78995a0b678065ce75280cb44 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 13 Jul 2018 09:30:02 +0100 Subject: Fix test failures on Appveyor. --- test/tests/mapped.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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()) -- cgit v1.2.3