Browse Source

* Add tsutils to uses clause

Michaël Van Canneyt 4 months ago
parent
commit
13ea45d243
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/testsuite/testsuite.pp

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

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