aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/2005-12-04-AttributeUsed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/FrontendC/2005-12-04-AttributeUsed.c b/test/FrontendC/2005-12-04-AttributeUsed.c
index 3d978091e8..33e27e89f4 100644
--- a/test/FrontendC/2005-12-04-AttributeUsed.c
+++ b/test/FrontendC/2005-12-04-AttributeUsed.c
@@ -1,7 +1,5 @@
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llvm-dis | \
// RUN: grep llvm.used | grep foo | grep X
-// FIXME - Unxfail this when I know what's going on.
-// XFAIL: *
int X __attribute__((used));
int Y;