summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01/spname01.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/spname01/spname01.adb')
-rw-r--r--c/src/ada-tests/sptests/spname01/spname01.adb28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/ada-tests/sptests/spname01/spname01.adb b/c/src/ada-tests/sptests/spname01/spname01.adb
deleted file mode 100644
index 863e64f24e..0000000000
--- a/c/src/ada-tests/sptests/spname01/spname01.adb
+++ /dev/null
@@ -1,28 +0,0 @@
---
--- MAIN / BODY
---
--- DESCRIPTION:
---
--- This is the entry point for Test Hello of the 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.
---
-
-procedure SPNAME01 is
-begin
-
- loop
- delay 120.0;
- end loop;
-
-end SPNAME01;
-