diff --git a/tests/freelist/freelist.c b/tests/freelist/freelist.c deleted file mode 100644 index 444cdbd..0000000 --- a/tests/freelist/freelist.c +++ /dev/null @@ -1,10 +0,0 @@ -/* - Mutating operation types: - - init - - deallocate_all - - allocate_aligned / allocate - - reallocate_aligned / reallocate - - Branches: - - allocate_aligned() -*/