ソースを参照

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