New test.
[oota-llvm.git] / test / CFrontend / 2003-01-30-UnionInit.c
index b33ae0214a6db33476c976c6a36b20e41bdc9567..576958442aece266683da089458777a4b2fc7865 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %llvmgcc -S %s -o /dev/null
-// XFAIL: llvmgcc3
 
 union foo {
   struct { char A, B; } X;