소스 검색

* Add tsutils to uses clause

Michaël Van Canneyt 6 달 전
부모
커밋
13ea45d243
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/utils/testsuite/testsuite.pp

+ 1 - 1
tests/utils/testsuite/testsuite.pp

@@ -9,7 +9,7 @@
 program testsuite;
 
 uses
-  sysutils, httproute, fpweb, tshttp, tsconsts, tshtml,
+  sysutils, httproute, fpweb, tshttp, tsconsts, tshtml, tsutils,
   {$ifdef httpserver}
   fphttpapp
   {$else}