summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc02
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:47 +0000
commit6f27ba8077b83c9e00d0b297eb18e9f08c8225a8 (patch)
treefa7dbf84cc523c17ade54bdde4976dd662d827b2 /testsuites/libtests/malloc02
parent2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6f27ba8077b83c9e00d0b297eb18e9f08c8225a8.tar.bz2
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c, malloctest/init.c, termios03/termios_testdriver_polled.c, termios04/termios_testdriver_intr.c: Remove warnings.
Diffstat (limited to 'testsuites/libtests/malloc02')
-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 );