#285 New size for biggie object

This commit is contained in:
Vlad Dobromyslov 2022-03-03 02:18:18 +03:00
parent ba9952aa28
commit 465c693370

View file

@ -335,7 +335,7 @@ BOOST_AUTO_TEST_CASE(recursion_test)
BOOST_AUTO_TEST_CASE(rethrow_test)
{
fc::variants biggie;
for( int i = 0; i < 250; i++ )
for( int i = 0; i < 1010; i++ )
{
fc::variant tmp( std::move(biggie) );
biggie.reserve(1);