Skip to content

Commit 30fdaeb

Browse files
committed
test: update test case2
1 parent 0fd61eb commit 30fdaeb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_thread_pool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,5 +632,6 @@ TEST_CASE("invalid thread counts are rejected", "[validate][range]")
632632
REQUIRE_NOTHROW(abin::threadpool(1));
633633
REQUIRE_NOTHROW(abin::threadpool(8));
634634
REQUIRE_NOTHROW(abin::threadpool(1024));
635-
// REQUIRE_NOTHROW(abin::threadpool(4096));
635+
REQUIRE_NOTHROW(abin::threadpool(2048));
636+
REQUIRE_NOTHROW(abin::threadpool(4096));
636637
}

0 commit comments

Comments
 (0)