Explorar el Código

* Add tsutils to uses clause

Michaël Van Canneyt hace 6 meses
padre
commit
13ea45d243
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}