summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask03/init.c')
-rw-r--r--testsuites/itrontests/itrontask03/init.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/itrontests/itrontask03/init.c b/testsuites/itrontests/itrontask03/init.c
index f7d0756a9c..1b204805d0 100644
--- a/testsuites/itrontests/itrontask03/init.c
+++ b/testsuites/itrontests/itrontask03/init.c
@@ -10,7 +10,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -23,7 +23,6 @@
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
-#include <assert.h>
void ITRON_Init( void )
{
@@ -134,5 +133,5 @@ void ITRON_Init( void )
directive_failed( status, "sta_tsk of TA3" );
exd_tsk();
- assert(0);
+ rtems_test_assert(0);
}