diff options
Diffstat (limited to 'test/test_caret.c')
-rw-r--r-- | test/test_caret.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_caret.c b/test/test_caret.c index 379f80eb..98b1af67 100644 --- a/test/test_caret.c +++ b/test/test_caret.c @@ -6,9 +6,9 @@ #include "failing_allocator.h" #include "serd/caret.h" -#include "serd/memory.h" #include "serd/node.h" #include "serd/nodes.h" +#include "zix/allocator.h" #include <assert.h> #include <stddef.h> @@ -17,7 +17,7 @@ static int test_caret(void) { - SerdAllocator* const allocator = serd_default_allocator(); + ZixAllocator* const allocator = zix_default_allocator(); SerdNodes* const nodes = serd_nodes_new(allocator); const SerdNode* const node = serd_nodes_get(nodes, serd_a_string("node")); |