summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 19:26:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 19:26:36 +0000
commitf222e9d4520fbf4eebc9a91cb6ff41689b713c43 (patch)
treeaaf8b1282487c4e2d009f665311401ca1d644902 /c
parentnew file (diff)
downloadrtems-f222e9d4520fbf4eebc9a91cb6ff41689b713c43.tar.bz2
Removed unnecessary dependency on RTEMS_Test_Support which existed
in the RTEMS Ada implementation but does not exist in this binding.
Diffstat (limited to 'c')
-rw-r--r--c/src/ada-tests/sptests/sp25/sptest.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/ada-tests/sptests/sp25/sptest.adb b/c/src/ada-tests/sptests/sp25/sptest.adb
index 7f01b9c413..a9aace5212 100644
--- a/c/src/ada-tests/sptests/sp25/sptest.adb
+++ b/c/src/ada-tests/sptests/sp25/sptest.adb
@@ -23,7 +23,6 @@
with INTERFACES; use INTERFACES;
with RTEMS;
-with RTEMS_TEST_SUPPORT;
with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;