summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/spname01')
-rw-r--r--c/src/ada-tests/sptests/spname01/spname01.adb6
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.adb4
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.ads5
3 files changed, 3 insertions, 12 deletions
diff --git a/c/src/ada-tests/sptests/spname01/spname01.adb b/c/src/ada-tests/sptests/spname01/spname01.adb
index 93719602da..58bdae759c 100644
--- a/c/src/ada-tests/sptests/spname01/spname01.adb
+++ b/c/src/ada-tests/sptests/spname01/spname01.adb
@@ -9,7 +9,7 @@
--
--
--
--- COPYRIGHT (c) 1989-2008.
+-- COPYRIGHT (c) 1989-2009.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -19,10 +19,6 @@
-- $Id$
--
-with RTEMS;
-with SPTEST;
-with TEST_SUPPORT;
-
procedure SPNAME01 is
begin
diff --git a/c/src/ada-tests/sptests/spname01/sptest.adb b/c/src/ada-tests/sptests/spname01/sptest.adb
index 221c3dbd1b..dd781587a7 100644
--- a/c/src/ada-tests/sptests/spname01/sptest.adb
+++ b/c/src/ada-tests/sptests/spname01/sptest.adb
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-2008.
+-- COPYRIGHT (c) 1989-2009.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -20,11 +20,9 @@
-- $Id$
--
-with INTERFACES; use INTERFACES;
with RTEMS;
with TEST_SUPPORT;
with TEXT_IO;
-with Ada.Strings.Unbounded;
with System; use System; -- for Null Pointer comparison
package body SPTEST is
diff --git a/c/src/ada-tests/sptests/spname01/sptest.ads b/c/src/ada-tests/sptests/spname01/sptest.ads
index 3e63a754c2..d3bc6cc11d 100644
--- a/c/src/ada-tests/sptests/spname01/sptest.ads
+++ b/c/src/ada-tests/sptests/spname01/sptest.ads
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-2008.
+-- COPYRIGHT (c) 1989-2009.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -20,11 +20,8 @@
-- $Id$
--
-with RTEMS;
-
package SPTEST is
task AdaTask;
-
end SPTEST;