Explorar o código

* fixed test.

git-svn-id: trunk@7730 -
yury %!s(int64=18) %!d(string=hai) anos
pai
achega
51493d673e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tests/webtbs/tw8935.pp

+ 3 - 0
tests/webtbs/tw8935.pp

@@ -1,6 +1,8 @@
 {%cpu=x86_64,i386,arm}
 {%result=229}
 
+{$mode objfpc}
+
 procedure DoTest1; safecall;
 var
   i: integer;
@@ -23,6 +25,7 @@ begin
   try
     DoTest1;
   except
+    ErrorAddr:=nil;
     Halt(1);
   end;
   if DoTest2 <> $12345678 then