summaryrefslogtreecommitdiff
path: root/test/FrontendC/2006-09-18-fwrite-cast-crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2006-09-18-fwrite-cast-crash.c')
-rw-r--r--test/FrontendC/2006-09-18-fwrite-cast-crash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC/2006-09-18-fwrite-cast-crash.c b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
index 0e02907ddb..fa64999fbd 100644
--- a/test/FrontendC/2006-09-18-fwrite-cast-crash.c
+++ b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
@@ -1,5 +1,7 @@
// RUN: %llvmgcc %s -S -o /dev/null
// PR910
+// XFAIL: *
+// See PR2425
struct l_struct_2E_FILE { char x; };
unsigned fwrite(signed char *, unsigned , unsigned , signed char *);