summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spqreslib/task_periodic.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spqreslib/task_periodic.c')
-rw-r--r--testsuites/sptests/spqreslib/task_periodic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spqreslib/task_periodic.c b/testsuites/sptests/spqreslib/task_periodic.c
index add0f9bd06..61bc0bb327 100644
--- a/testsuites/sptests/spqreslib/task_periodic.c
+++ b/testsuites/sptests/spqreslib/task_periodic.c
@@ -131,6 +131,6 @@ rtems_task Task_Periodic(
printf( "ERROR: QRES CLEANUP\n" );
fflush(stdout);
- puts( "*** END OF TEST QRES LIBRARY ***" );
+ TEST_END();
rtems_test_exit( 0 );
}