summaryrefslogtreecommitdiff
path: root/tests/test_astobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_astobj2.c')
-rw-r--r--tests/test_astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_astobj2.c b/tests/test_astobj2.c
index 13ce7f994..867c906e2 100644
--- a/tests/test_astobj2.c
+++ b/tests/test_astobj2.c
@@ -489,7 +489,7 @@ static int astobj2_test_1_helper(int tst_num, enum test_container_type type, int
}
}
- ast_test_status_update(test, "%s container created: buckets: %d, items: %d\n",
+ ast_test_status_update(test, "%s container created: buckets: %d, items: %u\n",
c_type, n_buckets, lim);
/* Testing ao2_container_clone */