Add initial prototype.
This commit is contained in:
11
1-base/math/applet/test/suite/math_tests-geometry_2d.ads
Normal file
11
1-base/math/applet/test/suite/math_tests-geometry_2d.ads
Normal file
@@ -0,0 +1,11 @@
|
||||
with Ahven.Framework;
|
||||
|
||||
|
||||
package math_Tests.Geometry_2d
|
||||
is
|
||||
|
||||
type Test is new Ahven.Framework.Test_Case with null record;
|
||||
|
||||
overriding procedure Initialize (T : in out Test);
|
||||
|
||||
end math_Tests.Geometry_2d;
|
||||
Reference in New Issue
Block a user