summaryrefslogtreecommitdiffstats
path: root/src/tests/flist-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/flist-test.c')
-rw-r--r--src/tests/flist-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/flist-test.c b/src/tests/flist-test.c
index 64c0add2..69152041 100644
--- a/src/tests/flist-test.c
+++ b/src/tests/flist-test.c
@@ -87,7 +87,7 @@ int main(int argc, char* argv[]) {
flist = pa_flist_new(0);
for (i = 0; i < THREADS_MAX; i++) {
- threads[i] = pa_thread_new(thread_func, pa_sprintf_malloc("Thread #%i", i+1));
+ threads[i] = pa_thread_new("test", thread_func, pa_sprintf_malloc("Thread #%i", i+1));
assert(threads[i]);
}