Browse Source

* fix compilation error in test for OSes that have no HAS_MONITOR defined

Nikolay Nikolov 11 months ago
parent
commit
97ad8fafd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 2 - 2
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -50,9 +50,9 @@ uses
   utcmatrix,
   utcpoint,
   utcvector,
-  utcquaternion,
+  utcquaternion
 {$IFDEF HAS_MONITOR}
-  utcfpmonitor, tests.rtti.attrtypes
+  ,utcfpmonitor, tests.rtti.attrtypes
 {$ENDIF}
 
 ;