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

(cherry picked from commit d5d01deed4)
This commit is contained in:
Martin 2021-12-01 19:58:07 +01:00
parent be39996bec
commit ef3bac2c66

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.