From f005105b73a672df9517d4e14be88677cee72d84 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 10 Sep 2023 18:15:38 +0200 Subject: [PATCH] Linux regtest: update MUSL version of aligned_alloc test --- memcheck/tests/linux/aligned_alloc.stderr.exp-musl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/tests/linux/aligned_alloc.stderr.exp-musl b/memcheck/tests/linux/aligned_alloc.stderr.exp-musl index 758887327..02a12159b 100644 --- a/memcheck/tests/linux/aligned_alloc.stderr.exp-musl +++ b/memcheck/tests/linux/aligned_alloc.stderr.exp-musl @@ -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:17) + by 0x........: main (aligned_alloc.c:33) Invalid alignment value: 40 (should be a power of 2) at 0x........: aligned_alloc (vg_replace_malloc.c:...) - by 0x........: main (aligned_alloc.c:22) + by 0x........: main (aligned_alloc.c:38) -- 2.11.4.GIT