summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp26/init.c')
-rw-r--r--testsuites/sptests/sp26/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp26/init.c b/testsuites/sptests/sp26/init.c
index 7682ad0011..0ccec87487 100644
--- a/testsuites/sptests/sp26/init.c
+++ b/testsuites/sptests/sp26/init.c
@@ -34,5 +34,5 @@ rtems_task Init(
task1();
/* does not return */
puts( "Init - task1 should not have returned" );
- exit( 0 );
+ rtems_test_exit( 0 );
}