test: add missing return statement
This commit is contained in:
parent
c5761f72b3
commit
ad382bcac0
@ -73,6 +73,7 @@ static int test_async_pummel(int nthreads) {
|
||||
fmt(callbacks / (time / 1e9)));
|
||||
|
||||
free(tids);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user