summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloc02/init.c')
-rw-r--r--testsuites/libtests/malloc02/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/malloc02/init.c b/testsuites/libtests/malloc02/init.c
index b9025f6a5f..2645b87e65 100644
--- a/testsuites/libtests/malloc02/init.c
+++ b/testsuites/libtests/malloc02/init.c
@@ -69,6 +69,7 @@ rtems_task Init(
puts( "Free from ISR successfully processed" );
puts( "Now malloc'ing more memory to process the free" );
pointer2 = malloc(20);
+ rtems_test_assert( pointer2 );
puts( "*** END OF TEST MALLOC 02 ***" );
rtems_test_exit( 0 );