|
From: <sv...@va...> - 2009-01-16 07:04:30
|
Author: njn
Date: 2009-01-16 07:04:26 +0000 (Fri, 16 Jan 2009)
New Revision: 8965
Log:
Remove an unnecessary #include that breaks the test on Darwin, and update
the expected output line numbers accordingly. MERGED FROM DARWIN BRANCH.
Modified:
trunk/exp-ptrcheck/tests/hackedbz2.c
trunk/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64
Modified: trunk/exp-ptrcheck/tests/hackedbz2.c
===================================================================
--- trunk/exp-ptrcheck/tests/hackedbz2.c 2009-01-16 07:01:13 UTC (rev 8964)
+++ trunk/exp-ptrcheck/tests/hackedbz2.c 2009-01-16 07:04:26 UTC (rev 8965)
@@ -6421,7 +6421,6 @@
}
#include <stdio.h>
-#include <malloc.h>
#include <assert.h>
/* For providing services. */
Modified: trunk/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64
===================================================================
--- trunk/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 2009-01-16 07:01:13 UTC (rev 8964)
+++ trunk/exp-ptrcheck/tests/hackedbz2.stderr.exp-glibc28-amd64 2009-01-16 07:04:26 UTC (rev 8965)
@@ -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
|