summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp34/changepri.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp34/changepri.c')
-rw-r--r--testsuites/sptests/sp34/changepri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c
index c0e2dbf977..20d4ba4037 100644
--- a/testsuites/sptests/sp34/changepri.c
+++ b/testsuites/sptests/sp34/changepri.c
@@ -104,7 +104,7 @@ rtems_task BlockingTasks(rtems_task_argument arg)
npri
);
- (void) rtems_task_delete( RTEMS_SELF );
+ rtems_task_exit();
}
/*************************************************************************/