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 }