Browse Source

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

git-svn-id: trunk@19329 -
paul 14 years ago
parent
commit
c4fcdfce29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/tstrutils2.pp

+ 2 - 2
tests/test/tstrutils2.pp

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