From afc6ef7e54988fd68f33df21ec2a220e6bfc49f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Sep 2022 23:55:07 -0400 Subject: Improve test coverage --- test/test_allocator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_allocator.c b/test/test_allocator.c index e146de6..425cc41 100644 --- a/test/test_allocator.c +++ b/test/test_allocator.c @@ -83,6 +83,7 @@ test_bump_allocator(void) assert(!zix_realloc(&allocator.base, malloced, 8)); // Not the top assert(!zix_realloc(&allocator.base, realloced, 4089)); // No space + assert(!zix_calloc(&allocator.base, 4089, 1)); // No space zix_free(&allocator.base, realloced); -- cgit v1.2.1