Fix compiler warning about compare with different signedness
test/testThreadssearch.cc:30:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
test/testThreadssearch.cc:30:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]