From a22d535cae669515ce1f80122f5bd7b51f5880c1 Mon Sep 17 00:00:00 2001 From: talha Date: Sat, 10 Aug 2024 10:54:42 +0500 Subject: Updated README with notes --- memory/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memory/test.cpp') diff --git a/memory/test.cpp b/memory/test.cpp index 97c0f25..f62ce96 100644 --- a/memory/test.cpp +++ b/memory/test.cpp @@ -118,7 +118,7 @@ void test_arena_resize_out_of_bounds(unsigned char *buffer, u32 buffer_size) qres = arena_resize(&a, n1, 8, buffer_size - 8); assert(qres == NULL && "Arena Resize OUT OF BOUNDS test Failed: \n" - "Reason: Failed to fit a larger than capacity element within Arena capacity.\n"); + "Reason: Allocated a larger than capacity element within Arena capacity.\n"); } void test_arena_resize_negative_size(unsigned char *buffer, u32 buffer_size) -- cgit v1.2.3