mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +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;
|
||||
begin
|
||||
end;
|
||||
{ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
|
||||
{$ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
|
||||
procedure test_overload4(const s: widestring); overload;
|
||||
begin
|
||||
halt(4);
|
||||
|
Loading…
Reference in New Issue
Block a user