diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-26 01:40:37 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-26 01:40:37 +0000 |
commit | bbc4e6bc28f690e5c94b7d56a5ea0bc7a6ea70f7 (patch) | |
tree | ffcc7fdb84645105108ab015210ec975413c598f /test/CodeGen/2003-08-18-SigSetJmp.c | |
parent | f4c7af55d62d0b2e823185eb95b2769efe22ef96 (diff) |
test/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw, too!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/2003-08-18-SigSetJmp.c')
-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> |