summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp09/sptest.adb
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-26 13:37:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-26 13:37:16 +0000
commit61cd8dbf19ca6fa763da25dc5f541cfab8746f0c (patch)
tree95d57f397eef5bba58f1dfed56c57d10bd74bc5a /c/src/ada-tests/sptests/sp09/sptest.adb
parent2002-08-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-61cd8dbf19ca6fa763da25dc5f541cfab8746f0c.tar.bz2
2002-08-26 Joel Sherrill <joel@OARcorp.com>
* sptests/sp09/sptest.adb, sptests/sp21/sptest.adb: All RTEMS IO Manager directives take fewer arguments than these tests used.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/ada-tests/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb
index 960b610f77..4888c19417 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.adb
+++ b/c/src/ada-tests/sptests/sp09/sptest.adb
@@ -2651,7 +2651,6 @@ package body SPTEST is
procedure SCREEN_13
is
- RESULT : RTEMS.UNSIGNED32;
TIME : RTEMS.TIME_OF_DAY;
STATUS : RTEMS.STATUS_CODES;
begin
@@ -2660,7 +2659,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
@@ -2674,7 +2672,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
@@ -2690,7 +2687,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
@@ -2706,7 +2702,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
@@ -2720,7 +2715,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
@@ -2734,7 +2728,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(