summaryrefslogtreecommitdiffstats
path: root/src/tests/asyncmsgq-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/asyncmsgq-test.c')
-rw-r--r--src/tests/asyncmsgq-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/asyncmsgq-test.c b/src/tests/asyncmsgq-test.c
index 40c74f76..94bfcea1 100644
--- a/src/tests/asyncmsgq-test.c
+++ b/src/tests/asyncmsgq-test.c
@@ -80,7 +80,7 @@ int main(int argc, char *argv[]) {
pa_assert_se(q = pa_asyncmsgq_new(0));
- pa_assert_se(t = pa_thread_new(the_thread, q));
+ pa_assert_se(t = pa_thread_new("test", the_thread, q));
printf("Operation A post\n");
pa_asyncmsgq_post(q, NULL, OPERATION_A, NULL, 0, NULL, NULL);