From 51b3cbca11b940d37b791b4d8009c2144db31ac6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Oct 2018 15:23:25 +0200 Subject: tests: Use rtems_task_exit() Update #3533. --- testsuites/psxtests/psx15/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psx15/init.c') diff --git a/testsuites/psxtests/psx15/init.c b/testsuites/psxtests/psx15/init.c index 74fbfb9a45..03ddf71996 100644 --- a/testsuites/psxtests/psx15/init.c +++ b/testsuites/psxtests/psx15/init.c @@ -60,7 +60,7 @@ static void suicide_task(rtems_task_argument arg) printf("suicide task %d\n", me); - rtems_task_delete(RTEMS_SELF); + rtems_task_exit(); rtems_test_assert(false); } -- cgit v1.2.3