Skip to content

Commit 04c570e

Browse files
Update tests/beman/execution26/exec-split.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 349f4ab commit 04c570e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/beman/execution26/exec-split.test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ template <class... Args>
142142
using to_set_value_t = type_list<beman::execution26::set_value_t(Args...)>;
143143

144144
void test_completion_sigs_and_sync_wait_on_split() {
145-
auto just = beman::execution26::just(NonCopyable{});
146-
auto split = beman::execution26::split(std::move(just));
145+
auto just = beman::execution26::just(NonCopyable{});
146+
auto split = beman::execution26::split(std::move(just));
147147
using split_sender = std::decay_t<decltype(split)>;
148148
using expected_value_completions = type_list<beman::execution26::set_value_t(const NonCopyable&)>;
149149
using value_completions = beman::execution26::value_types_of_t<split_sender, empty_env, to_set_value_t, combine>;

0 commit comments

Comments
 (0)