Explorar o código

* fixed also comment

florian hai 1 ano
pai
achega
9146eaf083
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);