diff options
-rw-r--r-- | test/CodeGen/2003-08-18-SigSetJmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2003-08-18-SigSetJmp.c b/test/CodeGen/2003-08-18-SigSetJmp.c index d098b06cf1..63c4127e0d 100644 --- a/test/CodeGen/2003-08-18-SigSetJmp.c +++ b/test/CodeGen/2003-08-18-SigSetJmp.c @@ -1,5 +1,5 @@ // RUN: %clang -S -emit-llvm %s -o /dev/null -// XFAIL: win32 +// XFAIL: mingw,win32 #include <setjmp.h> |