From 23accaf007d7524735ee82c1bccd40d80dc2e74b Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 16 Jan 2009 07:04:26 +0000 Subject: [PATCH] Remove an unnecessary #include that breaks the test on Darwin, and update the expected output line numbers accordingly. MERGED FROM DARWIN BRANCH. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8965 --- exp-ptrcheck/tests/hackedbz2.c | 1 - exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/exp-ptrcheck/tests/hackedbz2.c b/exp-ptrcheck/tests/hackedbz2.c index 76b3ad2315..0d3d8d4643 100644 --- a/exp-ptrcheck/tests/hackedbz2.c +++ b/exp-ptrcheck/tests/hackedbz2.c @@ -6421,7 +6421,6 @@ void set_inbuf ( void ) } #include -#include #include /* For providing services. */ diff --git a/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 b/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 index b3802c2906..805d5256d4 100644 --- a/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 +++ b/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 @@ -7,7 +7,7 @@ Invalid read of size 1 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 -- 2.47.3