Browse Source

fix test

git-svn-id: trunk@14178 -
paul 15 years ago
parent
commit
952a71474a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/webtbs/tw10247.pp

+ 2 - 2
tests/webtbs/tw10247.pp

@@ -62,6 +62,6 @@ var
   c : TStringContainer;
   c : TStringContainer;
 begin
 begin
   c:=TStringContainer.Create;
   c:=TStringContainer.Create;
-  c.Set('abc');
-  Writeln(HexStr(c.Get));
+  c.SetV('abc');
+  Writeln(HexStr(c.GetAddr));
 end.
 end.