summaryrefslogtreecommitdiff
path: root/tests/libgit2/apply/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libgit2/apply/tree.c')
-rw-r--r--tests/libgit2/apply/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libgit2/apply/tree.c b/tests/libgit2/apply/tree.c
index 667bb9d40..b97fe8d35 100644
--- a/tests/libgit2/apply/tree.c
+++ b/tests/libgit2/apply/tree.c
@@ -81,7 +81,7 @@ void test_apply_tree__adds_file(void)
cl_git_pass(git_commit_tree(&a_tree, a_commit));
- cl_git_pass(git_diff_from_buffer(&diff,
+ cl_git_pass(diff_from_buffer(&diff,
DIFF_ADD_FILE, strlen(DIFF_ADD_FILE)));
cl_git_pass(git_apply_to_tree(&index, repo, a_tree, diff, NULL));