summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itronhello/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/itrontests/itronhello/init.c')
-rw-r--r--c/src/tests/itrontests/itronhello/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/itrontests/itronhello/init.c b/c/src/tests/itrontests/itronhello/init.c
index 62a8c8ac37..425623ff5e 100644
--- a/c/src/tests/itrontests/itronhello/init.c
+++ b/c/src/tests/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 );
}