test: fix typo

git-svn-id: trunk@21202 -
This commit is contained in:
paul 2012-05-03 06:10:17 +00:00
parent 9127442c97
commit a70eb8ae0e

View File

@ -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);