summaryrefslogtreecommitdiff
path: root/src/unit/test_std_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit/test_std_allocator.c')
-rw-r--r--src/unit/test_std_allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/test_std_allocator.c b/src/unit/test_std_allocator.c
index e115952..20464db 100644
--- a/src/unit/test_std_allocator.c
+++ b/src/unit/test_std_allocator.c
@@ -7,7 +7,7 @@
SUITE(std_allocator) {
#define RUN_WITH_STD_ALLOCATOR(test) \
do { \
- SandAllocator a = sand_new_std_allocator(); \
+ SandAllocator a = sand_get_std_allocator(); \
RUN_TEST1(test, &a); \
} while(0);