summaryrefslogtreecommitdiff
path: root/tests/odb/packed.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/packed.c')
-rw-r--r--tests/odb/packed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/odb/packed.c b/tests/odb/packed.c
index b4f549b58..3d502ed6d 100644
--- a/tests/odb/packed.c
+++ b/tests/odb/packed.c
@@ -39,7 +39,7 @@ void test_odb_packed__read_header_0(void)
git_oid id;
git_odb_object *obj;
size_t len;
- git_otype type;
+ git_object_t type;
cl_git_pass(git_oid_fromstr(&id, packed_objects[i]));
@@ -61,7 +61,7 @@ void test_odb_packed__read_header_1(void)
git_oid id;
git_odb_object *obj;
size_t len;
- git_otype type;
+ git_object_t type;
cl_git_pass(git_oid_fromstr(&id, loose_objects[i]));