Linux regtest: update MUSL version of aligned_alloc test
[valgrind.git] / memcheck / tests / linux / aligned_alloc.stderr.exp-musl
blob02a12159bee8e4ff20be20b8cf4516aae8095385
1 Invalid size value: 25 alignment value: 8 (size should be a multiple of alignment)
2    at 0x........: aligned_alloc (vg_replace_malloc.c:...)
3    by 0x........: main (aligned_alloc.c:33)
5 Invalid alignment value: 40 (should be a power of 2)
6    at 0x........: aligned_alloc (vg_replace_malloc.c:...)
7    by 0x........: main (aligned_alloc.c:38)