File: test_unit.ads

package info (click to toggle)
asis 2005-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,424 kB
  • ctags: 27
  • sloc: ada: 73,883; makefile: 201
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
--  This is the test unit to try out the ASIS applications built
--  in the framework of the ASIS tutorial.

package Test_Unit is

   generic
      type T is private;
   procedure Swap (A, B : in out T);

end Test_Unit;