summaryrefslogtreecommitdiff
path: root/memory/test.cpp
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2024-08-10 10:54:42 +0500
committertalha <talha@talhaamir.xyz>2024-08-10 10:54:42 +0500
commita22d535cae669515ce1f80122f5bd7b51f5880c1 (patch)
treed381618d604d74738a9a54b37264de8cd3383dbd /memory/test.cpp
parent91a8f73a72c237065a4d4394f7372dc508c258d2 (diff)
Updated README with notesHEADmain
Diffstat (limited to 'memory/test.cpp')
-rw-r--r--memory/test.cpp2
1 files changed, 1 insertions, 1 deletions
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)