summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronhello
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itronhello')
-rw-r--r--testsuites/itrontests/itronhello/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itronhello/init.c b/testsuites/itrontests/itronhello/init.c
index 62a8c8ac37..425623ff5e 100644
--- a/testsuites/itrontests/itronhello/init.c
+++ b/testsuites/itrontests/itronhello/init.c
@@ -29,5 +29,5 @@ void ITRON_Init( void )
printf( "\n\n*** ITRON HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF ITRON HELLO WORLD TEST ***\n" );
- exit( 0 );
+ rtems_test_exit( 0 );
}