|
From: <sv...@va...> - 2009-01-16 07:01:19
|
Author: njn
Date: 2009-01-16 07:01:13 +0000 (Fri, 16 Jan 2009)
New Revision: 8964
Log:
Fix an off-by-one line number in the expected output.
Modified:
branches/DARWIN/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64
Modified: branches/DARWIN/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64
===================================================================
--- branches/DARWIN/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 2009-01-16 06:55:09 UTC (rev 8963)
+++ branches/DARWIN/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 2009-01-16 07:01:13 UTC (rev 8964)
@@ -7,7 +7,7 @@
by 0x........: handle_compress (hackedbz2.c:4761)
by 0x........: BZ2_bzCompress (hackedbz2.c:4831)
by 0x........: BZ2_bzBuffToBuffCompress (hackedbz2.c:5638)
- by 0x........: main (hackedbz2.c:6485)
+ by 0x........: main (hackedbz2.c:6484)
Address 0x........ expected vs actual:
Expected: global array "myprintf_buf" in object with soname "NONE"
Actual: unknown
|