Skip to content

Commit 635e2a5

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 04c570e commit 635e2a5

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
@@ -789,7 +789,7 @@ auto test_basic_receiver() -> void {
789789
}
790790
{
791791
test_detail::basic_state<local_sender, local_receiver> op(local_sender{}, local_receiver{});
792-
basic_receiver br{&op};
792+
basic_receiver br{&op};
793793
static_assert(requires { test_std::set_stopped(std::move(br)); });
794794
static_assert(noexcept(test_std::set_stopped(std::move(br))));
795795
ASSERT(op.receiver.stopped == false);

0 commit comments

Comments
 (0)