Skip to content

Commit

Permalink
fixed error CData section too big
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Nov 26, 2024
1 parent 38fb462 commit db4254a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
BOOST_AUTO_TEST_SUITE(thread_pool_test_suite)

BOOST_AUTO_TEST_CASE(vector_multiplication_test) {
boost::unit_test::unit_test_log_t::instance().set_threshold_level( boost::unit_test::log_messages );
//boost::unit_test::framework::instance().set_report_level(boost::unit_test::log_silent);
size_t size = 131072;

std::vector<size_t> v(size);
Expand Down

0 comments on commit db4254a

Please sign in to comment.