Skip to content

Commit

Permalink
Update tests/beman/execution26/exec-snd-expos.test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dietmarkuehl and github-actions[bot] authored Dec 22, 2024
1 parent 0d5b969 commit 11f602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/beman/execution26/exec-snd-expos.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ auto test_basic_receiver() -> void {

{
test_detail::basic_state<local_sender, local_receiver> op(local_sender{}, local_receiver{});
basic_receiver br{&op};
basic_receiver br{&op};
static_assert(not requires { test_std::set_value(std::move(br)); });
static_assert(not requires { test_std::set_value(std::move(br), 42, 1); });
static_assert(requires { test_std::set_value(std::move(br), 42); });
Expand Down

0 comments on commit 11f602a

Please sign in to comment.