summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp14/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp14/task2.c')
-rw-r--r--testsuites/sptests/sp14/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp14/task2.c b/testsuites/sptests/sp14/task2.c
index 4abf718dd6..248d29840b 100644
--- a/testsuites/sptests/sp14/task2.c
+++ b/testsuites/sptests/sp14/task2.c
@@ -43,5 +43,5 @@ rtems_task Task_2(
directive_failed( status, "rtems_task_wake_after" );
puts( "*** END OF TEST 14 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}