Browse Source

* fixed runtime check

peter 22 years ago
parent
commit
1d8b9cac97
1 changed files with 1 additions and 0 deletions
  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.