Prechádzať zdrojové kódy

* fixed also comment

florian 1 rok pred
rodič
commit
9146eaf083
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/webtbs/tw3157.pp

+ 1 - 1
tests/webtbs/tw3157.pp

@@ -30,7 +30,7 @@ begin
       Writeln('Line "c:=..." raised ' +E.ClassName+ ': ' +E.Message);
       if E.ClassType<>EOverflow then
         begin
-          writeln('EInvalidOp exception expected');
+          writeln('EOverflow exception expected');
           halt(1);
         end;
       dec(notcaught);