aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/2009-01-25-NoSSE.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/FrontendC/2009-01-25-NoSSE.c b/test/FrontendC/2009-01-25-NoSSE.c
index 92612cd458..a577c8d31d 100644
--- a/test/FrontendC/2009-01-25-NoSSE.c
+++ b/test/FrontendC/2009-01-25-NoSSE.c
@@ -2,8 +2,7 @@
// PR3402
// This is a test for x86/x86-64, add your target below if it FAILs.
// XFAIL: alpha|ia64|arm|powerpc|sparc
-// reverted
-// XFAIL: *
+
typedef unsigned long __kernel_size_t;
typedef __kernel_size_t size_t;
void *memset(void *s, int c, size_t n);