summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07/task1.c')
-rw-r--r--testsuites/mptests/mp07/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp07/task1.c b/testsuites/mptests/mp07/task1.c
index 43509fef27..6c59a7c201 100644
--- a/testsuites/mptests/mp07/task1.c
+++ b/testsuites/mptests/mp07/task1.c
@@ -98,5 +98,5 @@ rtems_task Test_task(
rtems_task_wake_after(10);
puts( "\n*** END OF TEST 7 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}