diff --git a/test_std_allocator.c b/test_forever_allocator.c similarity index 85% rename from test_std_allocator.c rename to test_forever_allocator.c index a0df2b5..2b7c1e7 100644 --- a/test_std_allocator.c +++ b/test_forever_allocator.c @@ -1,8 +1,7 @@ #include #include "cig.h" -// TODO rename std to forever allocator -Test(std_allocator, test) { +Test(forever_allocator, test) { allocator_t this = forever_allocator(); void *ptr = allocator_alloc(this, 10); cr_assert(ptr != ((void *)0), "non null from malloc");