summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask04/task3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask04/task3.c')
-rw-r--r--testsuites/itrontests/itrontask04/task3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask04/task3.c b/testsuites/itrontests/itrontask04/task3.c
index 4157eccb5f..58988ac6fb 100644
--- a/testsuites/itrontests/itrontask04/task3.c
+++ b/testsuites/itrontests/itrontask04/task3.c
@@ -48,6 +48,6 @@ void Task_3()
}
puts( "*** ITRON TASK TEST 4 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}