diff -r ba5faf85dec6 -r bb18daa62d5f tests/test_mempool.c --- a/tests/test_mempool.c Sat Dec 30 15:21:16 2023 +0100 +++ b/tests/test_mempool.c Sat Dec 30 18:48:25 2023 +0100 @@ -97,7 +97,7 @@ while (rdata == data) { n <<= 1; // eventually the memory should be moved elsewhere - CX_TEST_ASSERTM(n < 65536, "Reallocation attempt failed - test not executable."); + CX_TEST_ASSERTM(n < 65536, "Reallocation attempt failed - test not executable"); rdata = cxRealloc(pool->allocator, data, n * sizeof(intptr_t)); }