Skip to content

Commit d27c5c0

Browse files
committed
fix the repeat_n xfail test
1 parent 86ecb14 commit d27c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exec/test_repeat_n_fail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ namespace ex = stdexec;
2222

2323
auto main() -> int {
2424
ex::sender auto snd = ex::just(42) | exec::repeat_n(10);
25-
// build error: _INVALID_ARGUMENT_TO_REPEAT_N_
25+
// build error: _REPEAT_N_EXPECTS_A_SENDER_OF_VOID_
2626
stdexec::sync_wait(std::move(snd));
2727
}

0 commit comments

Comments
 (0)