mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:08:13 +02:00
20 lines
203 B
ObjectPascal
20 lines
203 B
ObjectPascal
unit uw40844a;
|
|
|
|
{$ifdef FPC}{$mode DELPHI}{$endif}
|
|
|
|
interface
|
|
|
|
uses
|
|
uw40844b
|
|
;
|
|
|
|
type
|
|
TSimpleTestSuite = class(TObject)
|
|
strict private
|
|
FTests: TFastList<Integer>;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|