summaryrefslogtreecommitdiff
path: root/testsuites/libtests/malloc04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloc04/init.c')
-rw-r--r--testsuites/libtests/malloc04/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/malloc04/init.c b/testsuites/libtests/malloc04/init.c
index b568c83d85..51d318850b 100644
--- a/testsuites/libtests/malloc04/init.c
+++ b/testsuites/libtests/malloc04/init.c
@@ -80,7 +80,7 @@ rtems_task Init(
Heap_Control *real_heap;
Memory_Area area;
Memory_Information mem = {
- .count = 0,
+ .count = 1,
.areas = &area
};