diff --git a/tests/webtbs/tw3082.pp b/tests/webtbs/tw3082.pp index 9e623d3e54..8022bb653d 100644 --- a/tests/webtbs/tw3082.pp +++ b/tests/webtbs/tw3082.pp @@ -1,4 +1,4 @@ -{ %target=x86_64,i386,powerpc,sparc} +{ %cpu=x86_64,i386,powerpc,sparc} { execute this test only on reasonable fast cpus } library lib; const diff --git a/tests/webtbs/tw3274.pp b/tests/webtbs/tw3274.pp index 4406a5be93..47cd190965 100644 --- a/tests/webtbs/tw3274.pp +++ b/tests/webtbs/tw3274.pp @@ -1,4 +1,4 @@ -{ %target=i386 } +{ %cpu=i386 } { Source provided for Free Pascal Bug Report 3274 } { Submitted by "Frank Kintrup" on 2004-08-27 } diff --git a/tests/webtbs/tw3298.pp b/tests/webtbs/tw3298.pp index 324de317a4..3326165757 100644 --- a/tests/webtbs/tw3298.pp +++ b/tests/webtbs/tw3298.pp @@ -1,4 +1,4 @@ -{ %target=i386 } +{ %cpu=i386 } { Source provided for Free Pascal Bug Report 3298 } { Submitted by "marco" on 2004-09-07 }