浏览代码

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

git-svn-id: trunk@19329 -
paul 14 年之前
父节点
当前提交
c4fcdfce29
共有 1 个文件被更改,包括 2 次插入2 次删除
  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}
   ;