summaryrefslogtreecommitdiff
path: root/test/PCH/reloc.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-05 11:15:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-05 11:15:38 +0000
commit6f48d12aaa8c71400ebf6e9d498b13492e64bf9d (patch)
treea46643c5b9fec18de5e0d39bc71843a660812b7e /test/PCH/reloc.c
parentfbe599465021a37b2275af93466064ba08c06a68 (diff)
downloadclang-6f48d12aaa8c71400ebf6e9d498b13492e64bf9d.tar.gz
test: Mark two tests as XFAIL:mingw.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/reloc.c')
-rw-r--r--test/PCH/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c
index 51a7c4c879..f15c77682f 100644
--- a/test/PCH/reloc.c
+++ b/test/PCH/reloc.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h
// RUN: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
// RUN: not %clang_cc1 -include-pch %t %s
-// XFAIL: win32
+// XFAIL: mingw,win32
#include <reloc.h>
int x = 2; // expected-error{{redefinition}}