Add initial prototype.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
with Ahven.Framework;
|
||||
|
||||
|
||||
package math_Tests.linear_Algebra_3d
|
||||
is
|
||||
|
||||
type Test is new Ahven.Framework.Test_Case with null record;
|
||||
|
||||
overriding
|
||||
procedure Initialize (T : in out Test);
|
||||
|
||||
end math_Tests.linear_Algebra_3d;
|
||||
Reference in New Issue
Block a user