summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp09/task1.c')
-rw-r--r--testsuites/mptests/mp09/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp09/task1.c b/testsuites/mptests/mp09/task1.c
index 426ed9e3ae..e4806fbcc3 100644
--- a/testsuites/mptests/mp09/task1.c
+++ b/testsuites/mptests/mp09/task1.c
@@ -104,5 +104,5 @@ rtems_task Test_task(
}
puts( "*** END OF TEST 9 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}