소스 검색

* Fixed comment.

git-svn-id: trunk@27183 -
sergei 11 년 전
부모
커밋
ab3ae9cf40
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/webtbs/tw3157.pp

+ 2 - 1
tests/webtbs/tw3157.pp

@@ -30,7 +30,8 @@ begin
 
  temp_float:=9/200;
  try
-  { This innocent instruction will raise EOverflow exception.
+  { The following expression triggers 'lost precision' condition;
+    RTL has no dedicated exception class for it and maps to EInvalidOp.
 
     Note: if this will be changed to "Round(9/200)" then
     this whole program will run with no exception