Parcourir la source

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

git-svn-id: trunk@19329 -
paul il y a 14 ans
Parent
commit
c4fcdfce29
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      tests/test/tstrutils2.pp

+ 2 - 2
tests/test/tstrutils2.pp

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