Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2012-11-30 00:18:05 +0400
committerVicent Martí <vicent@github.com>2012-11-30 00:18:05 +0400
commitf1e5c506b20bcc6bed3bbbf64f1f6b79be44316b (patch)
tree9b67afe50fb83bcb81e151e10ecedf54ec89e5b4 /tests-clar/object
parente2934db2c760846e14113bdc474935d701d92845 (diff)
parent36c730daa08c4ebf85562ee0cc8d2ee3591d3cee (diff)
Merge pull request #1110 from libgit2/features/push_rebased
Push! By schu, phkelley, and congyiwu
Diffstat (limited to 'tests-clar/object')
-rw-r--r--tests-clar/object/lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/object/lookup.c b/tests-clar/object/lookup.c
index 01435bc04..cfa6d4678 100644
--- a/tests-clar/object/lookup.c
+++ b/tests-clar/object/lookup.c
@@ -62,3 +62,4 @@ void test_object_lookup__lookup_wrong_type_eventually_returns_enotfound(void)
cl_assert_equal_i(
GIT_ENOTFOUND, git_object_lookup(&object, g_repo, &oid, GIT_OBJ_TAG));
}
+