diff options
Diffstat (limited to 'test/unit/lg_chunk.c')
| -rw-r--r-- | test/unit/lg_chunk.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/unit/lg_chunk.c b/test/unit/lg_chunk.c deleted file mode 100644 index d4f77b7..0000000 --- a/test/unit/lg_chunk.c +++ /dev/null @@ -1,19 +0,0 @@ -#include "test/jemalloc_test.h" - -TEST_BEGIN(test_lg_chunk_clamp) -{ - void *p; - - p = mallocx(1, 0); - assert_ptr_not_null(p, "Unexpected mallocx() failure"); - dallocx(p, 0); -} -TEST_END - -int -main(void) -{ - - return (test( - test_lg_chunk_clamp)); -} |
