From bbc4e6bc28f690e5c94b7d56a5ea0bc7a6ea70f7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 26 Jul 2011 01:40:37 +0000 Subject: [PATCH] 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 --- test/CodeGen/2003-08-18-SigSetJmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1