]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output, with a line number that's actually correct.
authorJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:18:53 +0000 (15:18 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:18:53 +0000 (15:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8746

memcheck/tests/pointer-trace.stderr.exp

index 9f0e4020251b4eb87ddd6c7584f892834e70f2c6..45dd0381a48d8bfa1848c51d3e92d77daa5f5fa9 100644 (file)
@@ -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