summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp13/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp13/task2.c')
-rw-r--r--testsuites/mptests/mp13/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp13/task2.c b/testsuites/mptests/mp13/task2.c
index e9ff88f4f6..df4c337b04 100644
--- a/testsuites/mptests/mp13/task2.c
+++ b/testsuites/mptests/mp13/task2.c
@@ -101,5 +101,5 @@ rtems_task Test_task2(
puts( "rtems_semaphore_obtain correctly returned RTEMS_TIMEOUT" );
puts( "*** END OF TEST 13 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}