]> sourceware.org Git - valgrind.git/commitdiff
Illumos regtest: update expected for aligned_alloc
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Sep 2023 10:26:40 +0000 (12:26 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Sep 2023 10:26:40 +0000 (12:26 +0200)
memcheck/tests/solaris/aligned_alloc.stderr.exp

index ced98d8eb8cd3fad84e108f9766bd363c8dbf656..35e0eff7244721ec65761406f10514e9c724a252 100644 (file)
@@ -1,8 +1,8 @@
 Invalid size value: 25 alignment value: 8 (size should be a multiple of alignment)
    at 0x........: aligned_alloc (vg_replace_malloc.c:...)
-   by 0x........: main (aligned_alloc.c:15)
+   by 0x........: main (aligned_alloc.c:16)
 
 Invalid alignment value: 40 (should be a power of 2)
    at 0x........: aligned_alloc (vg_replace_malloc.c:...)
-   by 0x........: main (aligned_alloc.c:20)
+   by 0x........: main (aligned_alloc.c:21)
 
This page took 0.030636 seconds and 5 git commands to generate.