libtests/malloc04: Fix typo

Update #3838.
This commit is contained in:
Sebastian Huber
2020-02-04 11:24:41 +01:00
parent 1cd283a723
commit ccaec9661f

View File

@@ -80,7 +80,7 @@ rtems_task Init(
Heap_Control *real_heap;
Memory_Area area;
Memory_Information mem = {
.count = 0,
.count = 1,
.areas = &area
};