]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added 2nd expected stderr output for trivialleak; often one of the 1000 blocks
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Apr 2004 00:53:45 +0000 (00:53 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Apr 2004 00:53:45 +0000 (00:53 +0000)
by chance retains a pointer.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2355

memcheck/tests/trivialleak.stderr.exp2 [new file with mode: 0644]

diff --git a/memcheck/tests/trivialleak.stderr.exp2 b/memcheck/tests/trivialleak.stderr.exp2
new file mode 100644 (file)
index 0000000..6b06149
--- /dev/null
@@ -0,0 +1,5 @@
+
+999 bytes in 999 blocks are definitely lost in loss record 2 of 2
+   at 0x........: malloc (vg_replace_malloc.c:...)
+   by 0x........: test (trivialleak.c:8)
+   by 0x........: main (trivialleak.c:12)