From ccaec9661f66089e45ee34c53ec4519e803fe444 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Feb 2020 11:24:41 +0100 Subject: libtests/malloc04: Fix typo Update #3838. --- testsuites/libtests/malloc04/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') 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 }; -- cgit v1.2.3