diff --git a/components/codetools/tests/runtestscodetools.lpi b/components/codetools/tests/runtestscodetools.lpi index 6b93ee73b2..a152f24a3f 100644 --- a/components/codetools/tests/runtestscodetools.lpi +++ b/components/codetools/tests/runtestscodetools.lpi @@ -37,7 +37,7 @@ - + @@ -48,64 +48,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + diff --git a/components/codetools/tests/runtestscodetools.lpr b/components/codetools/tests/runtestscodetools.lpr index 4992fe9766..dd33f979b4 100644 --- a/components/codetools/tests/runtestscodetools.lpr +++ b/components/codetools/tests/runtestscodetools.lpr @@ -31,16 +31,11 @@ uses TestGlobals, // non Pascal TestCfgScript, TestCTH2Pas, TestCTXMLFixFragments, - // compile test files to make sure they are valid Pascal - fdt_classhelper, {$IF FPC_FULLVERSION >= 30101} - fdt_typehelper, {$ENDIF} - fdt_nestedclasses, {$IFDEF Darwin} fdt_objccategory, fdt_objcclass, {$ENDIF} - fdt_classof, fdt_with, rt_explodewith, fdt_generics, TestBasicCodetools, TestCTRangeScan, TestPascalParser, TestMethodJumpTool, TestStdCodetools, TestFindDeclaration, TestCompleteBlock, TestRefactoring; diff --git a/components/codetools/tests/testmethodjumptool.pas b/components/codetools/tests/testmethodjumptool.pas index 823f349f89..96f529a2d4 100644 --- a/components/codetools/tests/testmethodjumptool.pas +++ b/components/codetools/tests/testmethodjumptool.pas @@ -10,7 +10,7 @@ unit TestMethodJumpTool; interface uses - Classes, SysUtils, LCLProc, fpcunit, testregistry, + Classes, SysUtils, fpcunit, testregistry, LazLoggerBase, CodeToolManager, StdCodeTools, CodeCache, LinkScanner; type diff --git a/components/codetools/tests/teststdcodetools.pas b/components/codetools/tests/teststdcodetools.pas index 7a21612b54..f089e528a6 100644 --- a/components/codetools/tests/teststdcodetools.pas +++ b/components/codetools/tests/teststdcodetools.pas @@ -11,7 +11,7 @@ unit TestStdCodetools; interface uses - Classes, SysUtils, LCLProc, fpcunit, testregistry, + Classes, SysUtils, LazLoggerBase, fpcunit, testregistry, CodeToolManager, StdCodeTools, CodeCache, LinkScanner; type