From 226f98dd03a9856f70e42497468bf5b3593ea465 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 17 May 2006 09:19:44 +0000 Subject: [PATCH] Merged revisions 3552 via svnmerge from svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk ........ r3552 | jonas | 2006-05-17 11:14:32 +0200 (Wed, 17 May 2006) | 2 lines * only for i386 and x86_64 ........ git-svn-id: branches/fixes_2_0@3553 - --- tests/webtbs/tw5036.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/webtbs/tw5036.pp b/tests/webtbs/tw5036.pp index b8f98c3250..073a5c71a2 100644 --- a/tests/webtbs/tw5036.pp +++ b/tests/webtbs/tw5036.pp @@ -1,3 +1,5 @@ +{ %cpu=i386,x86_64 } + { Source provided for Free Pascal Bug Report 5036 } { Submitted by "" on 2006-04-21 } { e-mail: snk_post@mail.ru }