summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-22 15:39:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-22 15:39:05 +0000
commitb89f64cc4104c95a0ecfa033cbc1829cd6ad860a (patch)
treeeb7417d7097f47bb698661e926b143cce932fc66 /testsuites/libtests
parent2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b89f64cc4104c95a0ecfa033cbc1829cd6ad860a.tar.bz2
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* malloctest/init.c: Remove debug print.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/malloctest/init.c1
2 files changed, 4 insertions, 1 deletions
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 <joel.sherrill@OARcorp.com>
+
+ * malloctest/init.c: Remove debug print.
+
2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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);