summaryrefslogtreecommitdiff
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 11:24:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 11:25:45 +0100
commitccaec9661f66089e45ee34c53ec4519e803fe444 (patch)
tree8493af93d086a91a3b412d4415bf0170d76bdb9c /testsuites
parent1cd283a7236dc998fe77fb247424083fe9092a0c (diff)
libtests/malloc04: Fix typo
Update #3838.
Diffstat (limited to 'testsuites')
-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
};