summaryrefslogtreecommitdiff
path: root/tests/repo/iterator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repo/iterator.c')
-rw-r--r--tests/repo/iterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repo/iterator.c b/tests/repo/iterator.c
index c18e24a4f..5e5e4b551 100644
--- a/tests/repo/iterator.c
+++ b/tests/repo/iterator.c
@@ -59,7 +59,7 @@ static void expect_iterator_items(
cl_assert_equal_i(expected_flat, count);
- cl_git_pass(git_iterator_reset(i, NULL, NULL));
+ cl_git_pass(git_iterator_reset(i));
count = 0;
cl_git_pass(git_iterator_current(&entry, i));