summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01/sptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/spname01/sptest.ads')
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.ads25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/ada-tests/sptests/spname01/sptest.ads b/c/src/ada-tests/sptests/spname01/sptest.ads
deleted file mode 100644
index 5e4f682221..0000000000
--- a/c/src/ada-tests/sptests/spname01/sptest.ads
+++ /dev/null
@@ -1,25 +0,0 @@
---
--- SPTEST / SPECIFICATION
---
--- DESCRIPTION:
---
--- This package is the specification for the Hello World Test of the RTEMS
--- Sample Test Suite.
---
--- DEPENDENCIES:
---
---
---
--- COPYRIGHT (c) 1989-2009.
--- On-Line Applications Research Corporation (OAR).
---
--- The license and distribution terms for this file may in
--- the file LICENSE in this distribution or at
--- http://www.rtems.org/license/LICENSE.
---
-
-package SPTEST is
-
- task AdaTask;
-
-end SPTEST;