Browse Source

* fixed runtime check

peter 23 năm trước cách đây
mục cha
commit
1d8b9cac97
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.