test: add missing return statement

This commit is contained in:
Ben Noordhuis 2012-07-09 18:46:57 +02:00
parent c5761f72b3
commit ad382bcac0

View File

@ -73,6 +73,7 @@ static int test_async_pummel(int nthreads) {
fmt(callbacks / (time / 1e9)));
free(tids);
return 0;
}