From 0f9816d67bc67a396607291f845ca2a33c2285a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2022 17:55:02 -0500 Subject: Use ZixAllocator directly --- test/test_caret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_caret.c') 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 #include @@ -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")); -- cgit v1.2.1