summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/heapwalk
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-07 09:33:32 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-07 09:33:32 +0000
commitb0e81c9689019725d7fc519f5e35629444caa8cf (patch)
tree67828ef0b0a5fb4cd1ea52d3b3413a9c2f357d83 /testsuites/libtests/heapwalk
parent2010-06-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-b0e81c9689019725d7fc519f5e35629444caa8cf.tar.bz2
2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
Diffstat (limited to 'testsuites/libtests/heapwalk')
-rw-r--r--testsuites/libtests/heapwalk/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/libtests/heapwalk/init.c b/testsuites/libtests/heapwalk/init.c
index 56cf0627b1..4d13976790 100644
--- a/testsuites/libtests/heapwalk/init.c
+++ b/testsuites/libtests/heapwalk/init.c
@@ -127,11 +127,6 @@ static void test_check_control(void)
TestHeap.first_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;
test_call_heap_walk( false );
- puts( "\tset the previous block size of the first block to an invalid value" );
- test_heap_init_custom();
- TestHeap.first_block->prev_size = 0;
- test_call_heap_walk( false );
-
puts( "\tset invalid next block for last block" );
test_heap_init_custom();
TestHeap.last_block->size_and_flag = 0;