summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/webtbs/tw10247.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/webtbs/tw10247.pp b/tests/webtbs/tw10247.pp
index 8ea22e449d..d8d2b510bc 100644
--- a/tests/webtbs/tw10247.pp
+++ b/tests/webtbs/tw10247.pp
@@ -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.