Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-02-09 15:57:41 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-03-16 13:21:42 +0300
commitd00312487dd19c1c5f8967974c12239eebdeb667 (patch)
tree2449d0ea21cac4c0412cc4c6b7c44f41b966b5c9 /test
parent944f8f03360b2d12f04dff25a35e9ef0e1f15e7b (diff)
More wip
Diffstat (limited to 'test')
-rw-r--r--test/tests/dynamic_thread_pool_group.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests/dynamic_thread_pool_group.cpp b/test/tests/dynamic_thread_pool_group.cpp
index 6e985fc8..dfc46e9a 100644
--- a/test/tests/dynamic_thread_pool_group.cpp
+++ b/test/tests/dynamic_thread_pool_group.cpp
@@ -199,6 +199,7 @@ static inline void TestDynamicThreadPoolGroupWorks()
reset(1);
submit();
check();
+ exit(0);
// Test 10 work items
reset(10);