From a3bbab6baa4a0b9a8cc7180edd0ae79060d2f87a Mon Sep 17 00:00:00 2001 From: fililili <74575700+fililili@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:57:29 +0800 Subject: [PATCH] fix topo --- test/shared_task_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shared_task_tests.cpp b/test/shared_task_tests.cpp index 7bf816cf..007903e7 100644 --- a/test/shared_task_tests.cpp +++ b/test/shared_task_tests.cpp @@ -132,7 +132,7 @@ TEST_CASE("make_shared_task") auto f = [&]() -> cppcoro::task { - startedExecution = false; + startedExecution = true; co_return "test"; };