Looks like XFAIL has to list every unsupported arch

llvm-svn: 93672
This commit is contained in:
Rafael Espindola 2010-01-17 05:40:41 +00:00
parent 7397d6c281
commit 945b4b7bd9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// PR 5406
// ARM test.
// XFAIL: !arm
// XFAIL: sparc,powerpc,alpha,x86,mips,xcore,cellspu,blackfin,pic16,systemz
typedef struct { char x[3]; } A0;
void foo (int i, ...);