12 lines
207 B
Ada
12 lines
207 B
Ada
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;
|