From: Bart Van Assche Date: Thu, 2 Sep 2010 10:52:54 +0000 (+0000) Subject: Updated expected output. The output changed because of r11320. X-Git-Tag: svn/VALGRIND_3_6_0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f89f7e28606ec098024e7df2c26c46c4ce5caf;p=thirdparty%2Fvalgrind.git Updated expected output. The output changed because of r11320. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11321 --- diff --git a/memcheck/tests/custom_alloc.stderr.exp b/memcheck/tests/custom_alloc.stderr.exp index 140f56ea93..b3c2b09a32 100644 --- a/memcheck/tests/custom_alloc.stderr.exp +++ b/memcheck/tests/custom_alloc.stderr.exp @@ -18,5 +18,7 @@ Mismatched free() / delete / delete [] Invalid read of size 4 at 0x........: main (custom_alloc.c:89) - Address 0x........ is not stack'd, malloc'd or (recently) free'd + Address 0x........ is 0 bytes inside a block of size 40 free'd + at 0x........: custom_free (custom_alloc.c:54) + by 0x........: main (custom_alloc.c:81)