FreeBSD regtest: remove test for version 13+ syscalls
[valgrind.git] / memcheck / tests / freebsd / aligned_alloc.stderr.exp
blobced98d8eb8cd3fad84e108f9766bd363c8dbf656
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:15)
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:20)