Browse Source

* there is no gnu as for win64

git-svn-id: trunk@5493 -
florian 18 years ago
parent
commit
0c64a02826
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/tbs/tb0241.pp
  2. 1 1
      tests/tbs/tb0241b.pp

+ 1 - 1
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 }

+ 1 - 1
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 }