Explorar o código

* Add tsutils to uses clause

Michaël Van Canneyt hai 6 meses
pai
achega
13ea45d243
Modificáronse 1 ficheiros con 1 adicións e 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}