summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2003-01-30-UnionInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-01-30-UnionInit.c b/test/CFrontend/2003-01-30-UnionInit.c
index 30f8659..3e11637 100644
--- a/test/CFrontend/2003-01-30-UnionInit.c
+++ b/test/CFrontend/2003-01-30-UnionInit.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o /dev/null
-// XFAIL: linux,sun,darwin
+// XFAIL: *
union foo {
struct { char A, B; } X;