From 513611364ece2ae23a053ebdff651ca85a8804d9 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 8 Nov 2008 15:18:53 +0000 Subject: [PATCH] Update expected output, with a line number that's actually correct. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8746 --- memcheck/tests/pointer-trace.stderr.exp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.2