make testing more robust
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <criterion/criterion.h>
|
||||
#define ALLOCATOR_IMPLEMENTATION
|
||||
#include "allocator.h"
|
||||
|
||||
|
||||
Test(std_allocator, test) {
|
||||
allocator_t this = allocator_stdlib;
|
||||
void *ptr = allocator_alloc(this, 10);
|
||||
|
||||
Reference in New Issue
Block a user