Ver Fonte

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

Nikolay Nikolov há 1 ano atrás
pai
commit
97ad8fafd8
1 ficheiros alterados com 2 adições e 2 exclusões
  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}
 
 ;