Pārlūkot izejas kodu

* fixed runtime check

peter 23 gadi atpakaļ
vecāks
revīzija
1d8b9cac97
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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.