summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp04/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp04/sptest.adb')
-rw-r--r--c/src/ada-tests/sptests/sp04/sptest.adb15
1 files changed, 9 insertions, 6 deletions
diff --git a/c/src/ada-tests/sptests/sp04/sptest.adb b/c/src/ada-tests/sptests/sp04/sptest.adb
index b57f78db3d..e20f33444d 100644
--- a/c/src/ada-tests/sptests/sp04/sptest.adb
+++ b/c/src/ada-tests/sptests/sp04/sptest.adb
@@ -229,8 +229,9 @@ package body SPTEST is
);
TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "TASK_MODE" );
-<<LOOP_LABEL>>
- goto LOOP_LABEL;
+ LOOP
+ NULL;
+ END LOOP;
end if;
@@ -248,8 +249,9 @@ package body SPTEST is
) is
begin
-<<LOOP_LABEL>>
- goto LOOP_LABEL;
+ LOOP
+ NULL;
+ END LOOP;
end TASK_2;
@@ -263,8 +265,9 @@ package body SPTEST is
) is
begin
-<<LOOP_LABEL>>
- goto LOOP_LABEL;
+ LOOP
+ NULL;
+ END LOOP;
end TASK_3;