Explorar o código

* fixed runtime check

peter %!s(int64=23) %!d(string=hai) anos
pai
achega
1d8b9cac97
Modificáronse 1 ficheiros con 1 adicións e 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.