From d35734dd77149fc96d3a282c16d6eb4c84ec3d66 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Dec 2009 17:52:47 +0000 Subject: 2009-12-08 Joel Sherrill * itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h, itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c, itrontask03/preempt.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure. --- testsuites/itrontests/itrontask02/dormant.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/itrontests/itrontask02/dormant.c') diff --git a/testsuites/itrontests/itrontask02/dormant.c b/testsuites/itrontests/itrontask02/dormant.c index 42cab19dbc..24f60ac539 100644 --- a/testsuites/itrontests/itrontask02/dormant.c +++ b/testsuites/itrontests/itrontask02/dormant.c @@ -18,7 +18,6 @@ * $Id$ */ -#include #include "system.h" void Dormant_task(void) @@ -27,7 +26,7 @@ void Dormant_task(void) ext_tsk( ); puts( "ERROR==>ext_tsk of DORMANT returned" ); - assert(0); + rtems_test_assert(0); } -- cgit v1.2.3