tests: fix tstrutils2 by Alexander Shishkin (mantis #0020390)

git-svn-id: trunk@19329 -
This commit is contained in:
paul 2011-10-03 01:30:49 +00:00
parent 33a67704ac
commit c4fcdfce29

View File

@ -7,9 +7,9 @@ program tstrutils2;
{$h+}
uses
StrUtils,
StrUtils
{$ifdef unix}
cwstring
,cwstring
{$endif unix}
;