Explorar el Código

* fixed runtime check

peter hace 22 años
padre
commit
1d8b9cac97
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/webtbs/tw2177.pp

+ 1 - 0
tests/webtbs/tw2177.pp

@@ -60,6 +60,7 @@ begin
     on EAccessViolation do WriteLn('Access Violation');
   else
     WriteLn('Problem');
+    halt(1);
   end;
 end.