Debugging is now reenabled on PPC darwin, so reenable
[oota-llvm.git] / test / FrontendC / 2009-02-17-BitField-dbg.c
index 3effd027a881531d9d64686014e53b9ab5942c35..80ccc4a0ea3a5ae50ccfe1a16e0db977bec5a904 100644 (file)
@@ -6,9 +6,6 @@
 // RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
 // RUN:   tee 2009-02-17-BitField-dbg.out | grep "int a : 4"
 //
-// XFAIL: powerpc-apple-darwin
-// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
-// that platform.
 
 struct {
   int  a:4;