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
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-11-27 15:56:38 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-11-27 15:56:38 +0300
commitdfa19736e9231a4fe5acb953c071172b70a0fe0c (patch)
treec3fdf0ef661b3098bc0bc430d439bc5702af6f05 /test/tests/coroutines.cpp
parente2b51a59d8ae530bdc2af70f785422c084191034 (diff)
Reworked the failure reporting in AFIO to use Outcome's fancy new payload adapting E types with custom lazy exception throw synthesis. Works very nicely, and is a big improvement.
Diffstat (limited to 'test/tests/coroutines.cpp')
-rw-r--r--test/tests/coroutines.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tests/coroutines.cpp b/test/tests/coroutines.cpp
index c5fa3065..b39fc24f 100644
--- a/test/tests/coroutines.cpp
+++ b/test/tests/coroutines.cpp
@@ -22,8 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
-#include "../../include/afio/afio.hpp"
-#include "kerneltest/include/kerneltest.hpp"
+#include "../test_kernel_decl.hpp"
#include <future>