소스 검색

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}
   ;