Skip to content

Commit 2547dce

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 b6ffa26 commit 2547dce

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
@@ -621,7 +621,7 @@ auto test_default_impls_complete(Impls) -> void {
621621
};
622622
struct state {};
623623

624-
bool called{false};
624+
bool called{false};
625625
auto non_tag = [](local_receiver&&, int) {};
626626
auto tag = [](local_receiver&& r, int, arg) { r.called = true; };
627627
local_receiver r{called};

0 commit comments

Comments
 (0)