Browse Source

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

git-svn-id: trunk@14054 -
Jonas Maebe 15 years ago
parent
commit
e9c4594a66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/units/math/tnaninf.pp

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

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