Illumos regtest: update expected for aligned_alloc
[valgrind.git] / memcheck / tests / solaris / aligned_alloc.stderr.exp
blob35e0eff7244721ec65761406f10514e9c724a252
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:16)
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:21)