summaryrefslogtreecommitdiff
path: root/testsuites/ada/sptests/sp20/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp20/sptest.adb')
-rw-r--r--testsuites/ada/sptests/sp20/sptest.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/sp20/sptest.adb b/testsuites/ada/sptests/sp20/sptest.adb
index 1929fd958f..e5ad87295c 100644
--- a/testsuites/ada/sptests/sp20/sptest.adb
+++ b/testsuites/ada/sptests/sp20/sptest.adb
@@ -39,7 +39,7 @@ package body SPTEST is
begin
TEXT_IO.NEW_LINE( 2 );
- TEXT_IO.PUT_LINE( "*** TEST 20 ***" );
+ TEST_SUPPORT.ADA_TEST_BEGIN;
SPTEST.TASK_NAME( 1 ) := RTEMS.BUILD_NAME( 'T', 'A', '1', ' ' );
SPTEST.TASK_NAME( 2 ) := RTEMS.BUILD_NAME( 'T', 'A', '2', ' ' );
@@ -225,7 +225,7 @@ package body SPTEST is
TEXT_IO.PUT_LINE( ")" );
if PASS = 10 then
- TEXT_IO.PUT_LINE( "*** END OF TEST 20 ***" );
+ TEST_SUPPORT.ADA_TEST_END;
RTEMS.SHUTDOWN_EXECUTIVE( 0 );
end if;