From 90b478d4c719a47f529c12ff3035a5485c66406f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 3 Jun 2020 11:24:15 -0400 Subject: [PATCH] rename cpp-taskflow -> taskflow --- tests/quick_tests/taskflow.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/quick_tests/taskflow.cc b/tests/quick_tests/taskflow.cc index 25747b529f..f5eacbf656 100644 --- a/tests/quick_tests/taskflow.cc +++ b/tests/quick_tests/taskflow.cc @@ -13,7 +13,7 @@ // // --------------------------------------------------------------------- -// test cpp-taskflow +// test taskflow #include @@ -72,7 +72,7 @@ main() { MultithreadInfo::set_thread_limit(); - std::cout << "cpp-taskflow will use " + std::cout << "taskflow will use " << MultithreadInfo::get_taskflow_executor().num_workers() << " out of " << MultithreadInfo::n_cores() << " cores." << std::endl -- 2.39.5