summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-27 13:12:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-27 13:12:04 +0000
commite8c20a0ec7bb44ac356f71a9565bc28f836240d7 (patch)
tree8b50172f4c6dd7ef8eb5d190b3e3ec457544b6cd /c
parent2002-08-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e8c20a0ec7bb44ac356f71a9565bc28f836240d7.tar.bz2
2002-08-27 Joel Sherrill <joel@OARcorp.com>
* sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to match corrected prototype.
Diffstat (limited to 'c')
-rw-r--r--c/src/ada-tests/ChangeLog5
-rw-r--r--c/src/ada-tests/sptests/sp21/sptest.adb2
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog
index 451df541b9..f69330540d 100644
--- a/c/src/ada-tests/ChangeLog
+++ b/c/src/ada-tests/ChangeLog
@@ -1,5 +1,10 @@
2002-08-27 Joel Sherrill <joel@OARcorp.com>
+ * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
+ match corrected prototype.
+
+2002-08-27 Joel Sherrill <joel@OARcorp.com>
+
* sptests/sp19/sptest.adp: Added from old Ada implementation.
2002-08-27 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/ada-tests/sptests/sp21/sptest.adb b/c/src/ada-tests/sptests/sp21/sptest.adb
index 1174c0d5e1..606683a6be 100644
--- a/c/src/ada-tests/sptests/sp21/sptest.adb
+++ b/c/src/ada-tests/sptests/sp21/sptest.adb
@@ -86,7 +86,6 @@ package body SPTEST is
SPTEST.NO_DRIVER_MAJOR,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "IO_INITIALIZE" );
@@ -224,7 +223,6 @@ package body SPTEST is
SPTEST.INVALID_DRIVER_MAJOR,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(