made test_piece_picker build on gcc 3.3

This commit is contained in:
Arvid Norberg
2007-07-04 18:05:29 +00:00
parent 3c69e3b2cb
commit 0e1e1484ee
3 changed files with 223 additions and 226 deletions

View File

@@ -134,7 +134,7 @@ void test_transfer(libtorrent::pe_settings::enc_policy policy,
int test_main()
{
using namespace libtorrent;
int repcount = 64;
int repcount = 1024;
for (int rep = 0; rep < repcount; ++rep)
{