From 6c9e00792d96f6d7bc36d9f735e76a740ab5a52e Mon Sep 17 00:00:00 2001 From: pierre <pierre@freepascal.org> Date: Mon, 14 Oct 2002 12:30:06 +0000 Subject: [PATCH] * these tests are i386 specific --- tests/webtbs/tw0961.pp | 1 + tests/webtbs/tw1327.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/webtbs/tw0961.pp b/tests/webtbs/tw0961.pp index d7b6a49c90..2147ff1a01 100644 --- a/tests/webtbs/tw0961.pp +++ b/tests/webtbs/tw0961.pp @@ -1,3 +1,4 @@ +{ %CPU=i386 } { older ppc386 only define cpu86 } {$ifdef cpu86} {$define cpui386} diff --git a/tests/webtbs/tw1327.pp b/tests/webtbs/tw1327.pp index d78e22dd82..3dd6dc2750 100644 --- a/tests/webtbs/tw1327.pp +++ b/tests/webtbs/tw1327.pp @@ -1,3 +1,4 @@ +{ %CPU=i386 } { Source provided for Free Pascal Bug Report 1327 } { Submitted by "Fernando Oscar Schmitt" on 2001-01-08 } { e-mail: pulp@cpovo.net }