mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
Fix the single tests
This commit is contained in:
parent
cc83fd5251
commit
a9d4ee5ba8
@ -23,14 +23,12 @@
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include <continuable/detail/expected.hpp>
|
||||
#include <continuable/detail/types.hpp>
|
||||
|
||||
#include <continuable/detail/core/types.hpp>
|
||||
#include <continuable/detail/utility/expected.hpp>
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using cti::detail::types::error_type;
|
||||
using cti::detail::container::expected;
|
||||
using cti::detail::types::error_type;
|
||||
|
||||
static int const CANARY = 373671;
|
||||
|
||||
|
||||
@ -23,9 +23,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include <continuable/detail/flat-variant.hpp>
|
||||
|
||||
#include <continuable/detail/utility/flat-variant.hpp>
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using cti::detail::container::flat_variant;
|
||||
|
||||
@ -30,11 +30,9 @@
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <continuable/continuable-traverse-async.hpp>
|
||||
#include <continuable/detail/traits.hpp>
|
||||
#include <continuable/detail/util.hpp>
|
||||
|
||||
#include <continuable/detail/utility/traits.hpp>
|
||||
#include <continuable/detail/utility/util.hpp>
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using std::get;
|
||||
|
||||
@ -30,9 +30,7 @@
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <continuable/continuable-traverse.hpp>
|
||||
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using std::get;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user