Skip to content

Commit 11f602a

Browse files
Update tests/beman/execution26/exec-snd-expos.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d5b969 commit 11f602a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beman/execution26/exec-snd-expos.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ auto test_basic_receiver() -> void {
767767

768768
{
769769
test_detail::basic_state<local_sender, local_receiver> op(local_sender{}, local_receiver{});
770-
basic_receiver br{&op};
770+
basic_receiver br{&op};
771771
static_assert(not requires { test_std::set_value(std::move(br)); });
772772
static_assert(not requires { test_std::set_value(std::move(br), 42, 1); });
773773
static_assert(requires { test_std::set_value(std::move(br), 42); });

0 commit comments

Comments
 (0)