summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp11/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp11/task1.c')
-rw-r--r--testsuites/sptests/sp11/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp11/task1.c b/testsuites/sptests/sp11/task1.c
index 77e94e3db6..8ccd73607a 100644
--- a/testsuites/sptests/sp11/task1.c
+++ b/testsuites/sptests/sp11/task1.c
@@ -405,5 +405,5 @@ rtems_test_pause();
directive_failed( status, "rtems_timer_fire_after 200 ticks" );
puts( "*** END OF TEST 11 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}