diff options
Diffstat (limited to 'test/FrontendC')
-rw-r--r-- | test/FrontendC/pr5406.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/pr5406.c b/test/FrontendC/pr5406.c index d895ec3..f6347d8 100644 --- a/test/FrontendC/pr5406.c +++ b/test/FrontendC/pr5406.c @@ -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, ...); |