Skip to content

Commit 8a4b4a4

Browse files
committed
test: update test6
1 parent dd5eba0 commit 8a4b4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_thread_pool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ TEST_CASE("invalid thread counts are rejected", "[validate][range]")
640640
REQUIRE_NOTHROW(abin::threadpool(1024));
641641
REQUIRE_NOTHROW(abin::threadpool(1024));
642642
REQUIRE_NOTHROW(abin::threadpool(1024));
643-
REQUIRE_NOTHROW(abin::threadpool(1024));
643+
REQUIRE_NOTHROW(abin::threadpool(1536));
644644
// REQUIRE_NOTHROW(abin::threadpool(2048));
645645
// REQUIRE_NOTHROW(abin::threadpool(4096));
646646
}

0 commit comments

Comments
 (0)