From 67b7762c34ef3fa76b12d99380cb266d804f5da0 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 30 Mar 2010 09:58:25 +0000 Subject: [PATCH] * Patch from Oliver that corrects some % directives in the testsuite. Mantis 16134 git-svn-id: trunk@15095 - --- tests/tbs/tb0523.pp | 2 +- tests/webtbs/tw2377.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tbs/tb0523.pp b/tests/tbs/tb0523.pp index 4b1545a7ce..727a5aa6c5 100644 --- a/tests/tbs/tb0523.pp +++ b/tests/tbs/tb0523.pp @@ -1,4 +1,4 @@ -{ %target=i386 } +{ %CPU=i386 } {$asmmode intel} var diff --git a/tests/webtbs/tw2377.pp b/tests/webtbs/tw2377.pp index e53dadf8b1..471c665674 100644 --- a/tests/webtbs/tw2377.pp +++ b/tests/webtbs/tw2377.pp @@ -1,4 +1,4 @@ -{ %target=i386 } +{ %cpu=i386 } { Source provided for Free Pascal Bug Report 2377 } { Submitted by "Christian Keck" on 2003-02-12 } { e-mail: c.keck@gmx.net }