forked from Imagelibrary/rtems
2002-08-27 Joel Sherrill <joel@OARcorp.com>
* sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to match corrected prototype.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2002-08-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* sptests/sp19/sptest.adp: Added from old Ada implementation.
|
* sptests/sp19/sptest.adp: Added from old Ada implementation.
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ package body SPTEST is
|
|||||||
SPTEST.NO_DRIVER_MAJOR,
|
SPTEST.NO_DRIVER_MAJOR,
|
||||||
0,
|
0,
|
||||||
RTEMS.NULL_ADDRESS,
|
RTEMS.NULL_ADDRESS,
|
||||||
RESULT,
|
|
||||||
STATUS
|
STATUS
|
||||||
);
|
);
|
||||||
TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "IO_INITIALIZE" );
|
TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "IO_INITIALIZE" );
|
||||||
@@ -224,7 +223,6 @@ package body SPTEST is
|
|||||||
SPTEST.INVALID_DRIVER_MAJOR,
|
SPTEST.INVALID_DRIVER_MAJOR,
|
||||||
0,
|
0,
|
||||||
RTEMS.NULL_ADDRESS,
|
RTEMS.NULL_ADDRESS,
|
||||||
RESULT,
|
|
||||||
STATUS
|
STATUS
|
||||||
);
|
);
|
||||||
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
|
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
|
||||||
|
|||||||
Reference in New Issue
Block a user