]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix expected output.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 7 Oct 2005 02:53:51 +0000 (02:53 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 7 Oct 2005 02:53:51 +0000 (02:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4885

memcheck/tests/mempool.stderr.exp64

index afb85b78b0ee955d4d18cf00e99779bc06502888..849735484f08ed3782b630f8f6e134cccf919d01 100644 (file)
@@ -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)