mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 03:06:12 +02:00
codetools: test find declaration of ObjClass+Category on non darwin
git-svn-id: trunk@50077 -
This commit is contained in:
parent
26a2c4b07b
commit
a4af6c3a7d
@ -41,10 +41,8 @@ type
|
||||
procedure TestFindDeclaration_NestedClasses;
|
||||
procedure TestFindDeclaration_ClassHelper;
|
||||
procedure TestFindDeclaration_TypeHelper;
|
||||
{$IFDEF Darwin}
|
||||
procedure TestFindDeclaration_ObjCClass;
|
||||
procedure TestFindDeclaration_ObjCCategory;
|
||||
{$ENDIF}
|
||||
procedure TestFindDeclaration_FPCTests;
|
||||
end;
|
||||
|
||||
@ -259,7 +257,6 @@ begin
|
||||
FindDeclarations('fdt_typehelper.pas');
|
||||
end;
|
||||
|
||||
{$IFDEF Darwin}
|
||||
procedure TTestFindDeclaration.TestFindDeclaration_ObjCClass;
|
||||
begin
|
||||
FindDeclarations('fdt_objcclass.pas');
|
||||
@ -269,7 +266,6 @@ procedure TTestFindDeclaration.TestFindDeclaration_ObjCCategory;
|
||||
begin
|
||||
FindDeclarations('fdt_objccategory.pas');
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
procedure TTestFindDeclaration.TestFindDeclaration_FPCTests;
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user