LazDebuggerTestBase: file forgotten in fcd147a0bf / remove design time from package

This commit is contained in:
Martin 2021-12-01 19:58:07 +01:00
parent d8188bb780
commit d5d01deed4

View File

@ -11,14 +11,8 @@ uses
TestDbgConfig, TestDbgTestSuites, TTestDbgExecuteables,
TestDbgCompilerProcess, TestDbgControlForm, TestDbgControl,
TestOutputLogger, TTestDebuggerClasses, TTestWatchUtilities,
TestCommonSources, LazarusPackageIntf;
TestCommonSources;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('LazDebugTestBase', @Register);
end.