Explorar o código

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

git-svn-id: trunk@19329 -
paul %!s(int64=14) %!d(string=hai) anos
pai
achega
c4fcdfce29
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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}
   ;