From 0c64a02826e005287ff1daec0fd106a0d14192fd Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 26 Nov 2006 16:20:40 +0000 Subject: [PATCH] * there is no gnu as for win64 git-svn-id: trunk@5493 - --- tests/tbs/tb0241.pp | 2 +- tests/tbs/tb0241b.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tbs/tb0241.pp b/tests/tbs/tb0241.pp index 600ed60279..689ede7a82 100644 --- a/tests/tbs/tb0241.pp +++ b/tests/tbs/tb0241.pp @@ -1,5 +1,5 @@ { %OPT=-al } -{ %SKIPTARGET=macos } +{ %SKIPTARGET=macos,win64 } { On macos, PPCAsm chokes on this and crashes} { this forces use of GNU as } diff --git a/tests/tbs/tb0241b.pp b/tests/tbs/tb0241b.pp index e4ed106401..06d21721ba 100644 --- a/tests/tbs/tb0241b.pp +++ b/tests/tbs/tb0241b.pp @@ -1,5 +1,5 @@ { %OPT=-al } -{ %SKIPTARGET=macos } +{ %SKIPTARGET=macos,win64 } { On macos, PPCAsm chokes on this and crashes} { this forces use of GNU as }