fpc/tests/webtbs/uw40844a.pp

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.