summaryrefslogtreecommitdiff
path: root/tests/t07-hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t07-hashtable.c')
-rw-r--r--tests/t07-hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t07-hashtable.c b/tests/t07-hashtable.c
index 6beaeac68..4d45c7fc1 100644
--- a/tests/t07-hashtable.c
+++ b/tests/t07-hashtable.c
@@ -112,7 +112,7 @@ BEGIN_TEST(table2, "make sure the table resizes automatically")
const int objects_n = 64;
int i;
- unsigned int old_size;
+ size_t old_size;
table_item *objects;
git_hashtable *table = NULL;