From b89f64cc4104c95a0ecfa033cbc1829cd6ad860a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Jan 2008 15:39:05 +0000 Subject: 2008-01-22 Joel Sherrill * malloctest/init.c: Remove debug print. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/malloctest/init.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index ea73e69259..6eeb0862a9 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2008-01-22 Joel Sherrill + + * malloctest/init.c: Remove debug print. + 2008-01-09 Joel Sherrill * monitor02/.cvsignore: New file. diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 3115ed275e..36fea68113 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -77,7 +77,6 @@ void test_realloc(void) p2 = malloc(8); free(p1); sc = posix_memalign(&p1, 16, 32); - printf( "sc = %d\n", sc ); if (!sc) free(p1); -- cgit v1.2.3