mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 20:10:17 +02:00
fix test
git-svn-id: trunk@14178 -
This commit is contained in:
parent
af80b89f55
commit
952a71474a
@ -62,6 +62,6 @@ var
|
||||
c : TStringContainer;
|
||||
begin
|
||||
c:=TStringContainer.Create;
|
||||
c.Set('abc');
|
||||
Writeln(HexStr(c.Get));
|
||||
c.SetV('abc');
|
||||
Writeln(HexStr(c.GetAddr));
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user