source: rtems/testsuites/ada/sptests/spname01/spname01.adb @ 76bd25e

5
Last change on this file since 76bd25e was a01e169, checked in by Sebastian Huber <sebastian.huber@…>, on 12/01/17 at 10:26:10

ada/spname01: Fix several issues

  • Property mode set to 100644
File size: 471 bytes
Line 
1--
2--  MAIN / BODY
3--
4--  DESCRIPTION:
5--
6--  This is the entry point for Test Hello of the Sample Test Suite.
7--
8--  DEPENDENCIES:
9--
10-- 
11--
12--  COPYRIGHT (c) 1989-2009.
13--  On-Line Applications Research Corporation (OAR).
14--
15--  The license and distribution terms for this file may in
16--  the file LICENSE in this distribution or at
17--  http://www.rtems.org/license/LICENSE.
18--
19
20with SPTEST;
21
22procedure SPNAME01 is
23  t : SPTEST.AdaTask;
24begin
25   null;
26end SPNAME01;
27
Note: See TracBrowser for help on using the repository browser.