[rtems commit] libtests/malloc04: Fix typo

Sebastian Huber sebh at rtems.org
Tue Feb 4 10:26:01 UTC 2020


Module:    rtems
Branch:    master
Commit:    ccaec9661f66089e45ee34c53ec4519e803fe444
Changeset: http://git.rtems.org/rtems/commit/?id=ccaec9661f66089e45ee34c53ec4519e803fe444

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb  4 11:24:41 2020 +0100

libtests/malloc04: Fix typo

Update #3838.

---

 testsuites/libtests/malloc04/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/libtests/malloc04/init.c b/testsuites/libtests/malloc04/init.c
index b568c83..51d3188 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
   };
 



More information about the vc mailing list