summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm24/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm24/task1.c')
-rw-r--r--testsuites/tmtests/tm24/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm24/task1.c b/testsuites/tmtests/tm24/task1.c
index 1fbabdbbba..a0d6bee9ed 100644
--- a/testsuites/tmtests/tm24/task1.c
+++ b/testsuites/tmtests/tm24/task1.c
@@ -117,7 +117,7 @@ rtems_task Tasks(
);
puts( "*** END OF TEST 24 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}
(void) rtems_task_wake_after( RTEMS_YIELD_PROCESSOR );
}