mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
test: fix typo
git-svn-id: trunk@21202 -
This commit is contained in:
parent
9127442c97
commit
a70eb8ae0e
@ -69,7 +69,7 @@ end;
|
|||||||
procedure test_overload4(const s: unicodestring); overload;
|
procedure test_overload4(const s: unicodestring); overload;
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
{ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
|
{$ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
|
||||||
procedure test_overload4(const s: widestring); overload;
|
procedure test_overload4(const s: widestring); overload;
|
||||||
begin
|
begin
|
||||||
halt(4);
|
halt(4);
|
||||||
|
Loading…
Reference in New Issue
Block a user