We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd61eb commit 30fdaebCopy full SHA for 30fdaeb
1 file changed
tests/test_thread_pool.cpp
@@ -632,5 +632,6 @@ TEST_CASE("invalid thread counts are rejected", "[validate][range]")
632
REQUIRE_NOTHROW(abin::threadpool(1));
633
REQUIRE_NOTHROW(abin::threadpool(8));
634
REQUIRE_NOTHROW(abin::threadpool(1024));
635
- // REQUIRE_NOTHROW(abin::threadpool(4096));
+ REQUIRE_NOTHROW(abin::threadpool(2048));
636
+ REQUIRE_NOTHROW(abin::threadpool(4096));
637
}
0 commit comments