summaryrefslogtreecommitdiff
path: root/testsuites/ada/mptests/mp06/mptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/mptests/mp06/mptest.adb')
-rw-r--r--testsuites/ada/mptests/mp06/mptest.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/ada/mptests/mp06/mptest.adb b/testsuites/ada/mptests/mp06/mptest.adb
index 378d46f8f7..9ac790e414 100644
--- a/testsuites/ada/mptests/mp06/mptest.adb
+++ b/testsuites/ada/mptests/mp06/mptest.adb
@@ -19,9 +19,7 @@
--
with INTERFACES; use INTERFACES;
-with RTEMS;
with RTEMS.EVENT;
-with RTEMS.TASKS;
with RTEMS.TIMER;
with TEST_SUPPORT;
with TEXT_IO;
@@ -36,6 +34,7 @@ package body MPTEST is
procedure INIT (
ARGUMENT : in RTEMS.TASKS.ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
STATUS : RTEMS.STATUS_CODES;
begin
@@ -112,6 +111,7 @@ package body MPTEST is
procedure TEST_TASK (
ARGUMENT : in RTEMS.TASKS.ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
COUNT : RTEMS.UNSIGNED32;
EVENT_OUT : RTEMS.EVENT_SET;
EVENT_FOR_THIS_ITERATION : RTEMS.EVENT_SET;
@@ -163,7 +163,7 @@ package body MPTEST is
loop
- exit when MPTEST.STOP_TEST = TRUE;
+ exit when MPTEST.STOP_TEST;
EVENT_FOR_THIS_ITERATION :=
MPTEST.EVENT_SET_TABLE(