diff options
Diffstat (limited to 'tests/commit/commit.c')
-rw-r--r-- | tests/commit/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commit/commit.c b/tests/commit/commit.c index c82971f4b..c052cd568 100644 --- a/tests/commit/commit.c +++ b/tests/commit/commit.c @@ -72,7 +72,7 @@ void assert_commit_body(const char *expected, const char *given) dummy->raw_message = git__strdup(given); cl_assert_equal_s(expected, git_commit_body(dummy)); - git_commit_free(dummy); + git_commit__free(dummy); } void test_commit_commit__summary(void) |