Browse Source

* fixed also comment

florian 11 months ago
parent
commit
9146eaf083
1 changed files with 1 additions and 1 deletions
  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);