Skip to content

Commit b6ffa26

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 951c150 commit b6ffa26

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
@@ -625,7 +625,7 @@ auto test_default_impls_complete(Impls) -> void {
625625
auto non_tag = [](local_receiver&&, int) {};
626626
auto tag = [](local_receiver&& r, int, arg) { r.called = true; };
627627
local_receiver r{called};
628-
state s{};
628+
state s{};
629629

630630
static_assert(not requires { Impls::complete(::std::integral_constant<int, 0>{}, s, r, non_tag, 0, arg{}); });
631631
static_assert(requires { Impls::complete(::std::integral_constant<int, 0>{}, s, r, tag, 0, arg{}); });

0 commit comments

Comments
 (0)