summaryrefslogtreecommitdiff
path: root/test/test_sref_dirty_zeroes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sref_dirty_zeroes.c')
-rw-r--r--test/test_sref_dirty_zeroes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sref_dirty_zeroes.c b/test/test_sref_dirty_zeroes.c
index 60802197..042fb681 100644
--- a/test/test_sref_dirty_zeroes.c
+++ b/test/test_sref_dirty_zeroes.c
@@ -110,7 +110,7 @@ test_setup(void)
condition_init(&test_condition);
mutex_init(&test_lock);
- sref_counter_init(&test_counter, test_noref);
+ sref_counter_init(&test_counter, NULL, test_noref);
test_transient_ref = 0;
thread_attr_init(&attr, THREAD_KERNEL_PREFIX "test_inc");