codetools: test rename proc

git-svn-id: trunk@65009 -
This commit is contained in:
mattias 2021-04-17 11:21:39 +00:00
parent 6a460513ac
commit 4a77082939

View File

@ -311,7 +311,9 @@ begin
'',
'begin',
' cow{#Rename};',
' p:=@Cow;',
' test1.cow;',
' p:=@test1.Cow;',
'end.',
'']);
RenameReferences('Bird');
@ -326,7 +328,9 @@ begin
'',
'begin',
' Bird{#Rename};',
' p:=@Bird;',
' test1.Bird;',
' p:=@test1.Bird;',
'end.',
'']);
end;