Skip to content

Commit ab6ed4b

Browse files
committed
Delete TODOs that are TODone
1 parent 562695c commit ab6ed4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/exec/test_function.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ namespace
180180

181181
SECTION("sender_tag(int) with set_value_t(int) and attrs but no queries")
182182
{
183-
// TODO: validate that the required completion domains "match" the permitted completions
184183
exec::function<ex::sender_tag(int),
185184
ex::completion_signatures<ex::set_value_t(int)>,
186185
exec::attrs<domain(ex::get_completion_domain_t<ex::set_value_t>)>>
@@ -191,7 +190,6 @@ namespace
191190

192191
SECTION("sender_tag(int) with set_error_t(int), attrs, and trivial queries")
193192
{
194-
// TODO: validate that the required completion domains "match" the permitted completions
195193
exec::function<ex::sender_tag(int),
196194
ex::completion_signatures<ex::set_error_t(int)>,
197195
exec::queries<>,

0 commit comments

Comments
 (0)