aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_queue_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_queue_priority.c b/test/test_queue_priority.c
index 2fc1a370..b4a7366e 100644
--- a/test/test_queue_priority.c
+++ b/test/test_queue_priority.c
@@ -56,7 +56,7 @@ main(G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv)
queue_init(&queue, 32);
for (unsigned i = 0; i < G_N_ELEMENTS(songs); ++i)
- queue_append(&queue, &songs[i]);
+ queue_append(&queue, &songs[i], 0);
assert(queue_length(&queue) == G_N_ELEMENTS(songs));