From: Julian Seward Date: Sat, 8 Nov 2008 15:18:53 +0000 (+0000) Subject: Update expected output, with a line number that's actually correct. X-Git-Tag: svn/VALGRIND_3_4_0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513611364ece2ae23a053ebdff651ca85a8804d9;p=thirdparty%2Fvalgrind.git Update expected output, with a line number that's actually correct. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8746 --- diff --git a/memcheck/tests/pointer-trace.stderr.exp b/memcheck/tests/pointer-trace.stderr.exp index 9f0e402025..45dd0381a4 100644 --- a/memcheck/tests/pointer-trace.stderr.exp +++ b/memcheck/tests/pointer-trace.stderr.exp @@ -19,12 +19,10 @@ checked ... bytes. 1,048,576 bytes in 1 blocks are definitely lost in loss record 1 of 1 at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (pointer-trace.c:43) + by 0x........: main (pointer-trace.c:47) LEAK SUMMARY: definitely lost: 1,048,576 bytes in 1 blocks. possibly lost: 0 bytes in 0 blocks. still reachable: 0 bytes in 0 blocks. suppressed: 0 bytes in 0 blocks. -Reachable blocks (those to which a pointer was found) are not shown. -To see them, rerun with: --leak-check=full --show-reachable=yes