tests/test_mempool.c

changeset 785
bb18daa62d5f
parent 781
a786b0a89b37
     1.1 --- a/tests/test_mempool.c	Sat Dec 30 15:21:16 2023 +0100
     1.2 +++ b/tests/test_mempool.c	Sat Dec 30 18:48:25 2023 +0100
     1.3 @@ -97,7 +97,7 @@
     1.4          while (rdata == data) {
     1.5              n <<= 1;
     1.6              // eventually the memory should be moved elsewhere
     1.7 -            CX_TEST_ASSERTM(n < 65536, "Reallocation attempt failed - test not executable.");
     1.8 +            CX_TEST_ASSERTM(n < 65536, "Reallocation attempt failed - test not executable");
     1.9              rdata = cxRealloc(pool->allocator, data, n * sizeof(intptr_t));
    1.10          }
    1.11  

mercurial