File: test_unit.ads

package info (click to toggle)
asis 2019-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,848 kB
  • sloc: ada: 156,772; makefile: 296; sh: 81; xml: 48; csh: 10
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (6)
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;