From: Nicholas Nethercote Date: Fri, 7 Oct 2005 02:53:51 +0000 (+0000) Subject: Fix expected output. X-Git-Tag: svn/VALGRIND_3_1_0~347 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=081f618ed70445224c342f60263871971116970f;p=thirdparty%2Fvalgrind.git Fix expected output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4885 --- diff --git a/memcheck/tests/mempool.stderr.exp64 b/memcheck/tests/mempool.stderr.exp64 index afb85b78b0..849735484f 100644 --- a/memcheck/tests/mempool.stderr.exp64 +++ b/memcheck/tests/mempool.stderr.exp64 @@ -1,7 +1,7 @@ Invalid write of size 1 at 0x........: test (mempool.c:124) by 0x........: main (mempool.c:148) - Address 0x........ is 7 bytes inside a block of size 100000 alloc'd + Address 0x........ is 7 bytes inside a block of size 100,000 alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: make_pool (mempool.c:38) by 0x........: test (mempool.c:111) @@ -10,7 +10,7 @@ Invalid write of size 1 Invalid write of size 1 at 0x........: test (mempool.c:125) by 0x........: main (mempool.c:148) - Address 0x........ is 18 bytes inside a block of size 100000 alloc'd + Address 0x........ is 18 bytes inside a block of size 100,000 alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: make_pool (mempool.c:38) by 0x........: test (mempool.c:111) @@ -19,7 +19,7 @@ Invalid write of size 1 Invalid write of size 1 at 0x........: test (mempool.c:129) by 0x........: main (mempool.c:148) - Address 0x........ is 70 bytes inside a block of size 100000 alloc'd + Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: make_pool (mempool.c:38) by 0x........: test (mempool.c:111) @@ -28,7 +28,7 @@ Invalid write of size 1 Invalid write of size 1 at 0x........: test (mempool.c:130) by 0x........: main (mempool.c:148) - Address 0x........ is 96 bytes inside a block of size 100000 alloc'd + Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: make_pool (mempool.c:38) by 0x........: test (mempool.c:111)