From 1dfc24822e4dc3b100b3950c2134ea495534e6d0 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 24 Feb 2025 22:37:20 +0100 Subject: [PATCH] Update pool test. --- test/unit/stdlib/threads/pool.c3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/stdlib/threads/pool.c3 b/test/unit/stdlib/threads/pool.c3 index f07140a62..9b295ae02 100644 --- a/test/unit/stdlib/threads/pool.c3 +++ b/test/unit/stdlib/threads/pool.c3 @@ -1,7 +1,7 @@ module thread_pool_test; import std::io, std::thread, std::time; -def Pool = ThreadPool{4}; +def Pool = ThreadPool(<4>); fn void init_destroy() @test {