mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-24 00:09:14 +00:00
Fix cleanup issues with new tests
This commit is contained in:
parent
8427757f78
commit
fa9cc14880
@ -1,5 +1,10 @@
|
||||
#include "clar_libgit2.h"
|
||||
|
||||
void test_revwalk_simplify__cleanup(void)
|
||||
{
|
||||
cl_git_sandbox_cleanup();
|
||||
}
|
||||
|
||||
/*
|
||||
* a4a7dce [0] Merge branch 'master' into br2
|
||||
|\
|
||||
@ -47,5 +52,4 @@ void test_revwalk_simplify__first_parent(void)
|
||||
cl_assert_equal_i(error, GIT_ITEROVER);
|
||||
|
||||
git_revwalk_free(walk);
|
||||
git_repository_free(repo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user