Fix cleanup issues with new tests

This commit is contained in:
Russell Belfer 2013-09-13 13:41:33 -07:00
parent 8427757f78
commit fa9cc14880

View File

@ -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);
}