summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-11-19 05:29:37 -0800
committerVicent Martí <vicent@github.com>2013-11-19 05:29:37 -0800
commit47a9a6297ec6c85c60c547160492e1260e5d3c25 (patch)
treeb6b2aade4eb747748c5daa1b6a293f44ce2bdbb7
parente544a5b8e5f823ff50049a4bd1b357c2e027c89d (diff)
parent65f67857ab8653212d85d5ea4ef22d95c244ca85 (diff)
downloadlibgit2-47a9a6297ec6c85c60c547160492e1260e5d3c25.tar.gz
Merge pull request #1969 from libgit2/ntk/fix/drop_comment
Cleaning up
-rw-r--r--tests/index/tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/index/tests.c b/tests/index/tests.c
index 217e1bb55..5a05bd8a9 100644
--- a/tests/index/tests.c
+++ b/tests/index/tests.c
@@ -539,7 +539,6 @@ void test_index_tests__reload_from_disk(void)
void test_index_tests__corrupted_extension(void)
{
- /* sort the entires in an empty index */
git_index *index;
cl_git_fail_with(git_index_open(&index, TEST_INDEXBAD_PATH), GIT_ERROR);