summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey08/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxkey08/init.c')
-rw-r--r--testsuites/psxtests/psxkey08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxkey08/init.c b/testsuites/psxtests/psxkey08/init.c
index 3b8bdae001..e5277baf8a 100644
--- a/testsuites/psxtests/psxkey08/init.c
+++ b/testsuites/psxtests/psxkey08/init.c
@@ -53,7 +53,7 @@ static rtems_task test_task(rtems_task_argument arg)
rtems_test_assert( value_p == value_p2 );
++got_task_count;
- rtems_task_delete( RTEMS_SELF );
+ rtems_task_exit();
}
static rtems_task Init(rtems_task_argument arg)