diff options
-rw-r--r-- | test/CFrontend/2003-08-30-AggregateInitializer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CFrontend/2003-08-30-AggregateInitializer.c b/test/CFrontend/2003-08-30-AggregateInitializer.c index 6ba53c0..c8ddbb8 100644 --- a/test/CFrontend/2003-08-30-AggregateInitializer.c +++ b/test/CFrontend/2003-08-30-AggregateInitializer.c @@ -1,6 +1,7 @@ // RUN: %llvmgcc -S %s -o /dev/null -// XFAIL: linux,sun,darwin +// XFAIL: * + struct istruct { unsigned char C; }; |