diff -r e3469b497eff -r 6ce8cfa10a96 test/util_allocator.h --- a/test/util_allocator.h Sat Jan 22 10:29:48 2022 +0100 +++ b/test/util_allocator.h Sat Jan 22 17:15:14 2022 +0100 @@ -81,7 +81,7 @@ * * @return true on success, false if there was any problem */ -int cxTestingAllocatorVerify(void); +bool cxTestingAllocatorVerify(void); #ifdef __cplusplus }; /* extern "C" */