summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp07/sptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp07/sptest.ads')
-rw-r--r--testsuites/ada/sptests/sp07/sptest.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/sp07/sptest.ads b/testsuites/ada/sptests/sp07/sptest.ads
index 3984c64ee1..c04b450444 100644
--- a/testsuites/ada/sptests/sp07/sptest.ads
+++ b/testsuites/ada/sptests/sp07/sptest.ads
@@ -185,10 +185,10 @@ package SPTEST is
SPTEST.TASK_RESTART_EXTENSION'ACCESS, -- Task restart
SPTEST.TASK_DELETE_EXTENSION'ACCESS, -- Task delete
NULL, -- Task switch
- NULL, -- Task post switch
NULL, -- Task begin
SPTEST.TASK_EXIT_EXTENSION'ACCESS, -- Task exitted
- NULL -- Fatal error
+ NULL, -- Fatal error
+ NULL -- Task terminate
);
end SPTEST;