summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp04/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp04/task1.c')
-rw-r--r--testsuites/mptests/mp04/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp04/task1.c b/testsuites/mptests/mp04/task1.c
index 49419f0979..c403b864b4 100644
--- a/testsuites/mptests/mp04/task1.c
+++ b/testsuites/mptests/mp04/task1.c
@@ -63,7 +63,7 @@ rtems_task Test_task(
previous_priority,
remote_node
);
- exit( 0xf0000 );
+ rtems_test_exit( 0xf0000 );
}
do {
@@ -78,5 +78,5 @@ rtems_task Test_task(
puts( "Local task priority has been set" );
puts( "*** END OF TEST 4 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}