소스 검색

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

git-svn-id: trunk@14054 -
Jonas Maebe 16 년 전
부모
커밋
e9c4594a66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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