Parcourir la source

* make test compilable by Kylix (math->Math)

git-svn-id: trunk@14054 -
Jonas Maebe il y a 16 ans
Parent
commit
e9c4594a66
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/test/units/math/tnaninf.pp

+ 1 - 1
tests/test/units/math/tnaninf.pp

@@ -1,5 +1,5 @@
 uses
-  math;
+  Math;
 
 begin
   if not(isnan(nan)) then