summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtems++/Task1.cc')
-rw-r--r--testsuites/libtests/rtems++/Task1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/rtems++/Task1.cc b/testsuites/libtests/rtems++/Task1.cc
index e26b0d5d60..6fb0989fb2 100644
--- a/testsuites/libtests/rtems++/Task1.cc
+++ b/testsuites/libtests/rtems++/Task1.cc
@@ -694,7 +694,7 @@ EndTask::EndTask(const char* name,
void EndTask::body(rtems_task_argument)
{
- printf("*** END OF RTEMS++ TEST ***\n");
+ TEST_END();
exit(0);
}