summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-17 18:28:02 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-17 18:28:02 +0000
commitfc20f82726766cf1e38721f93a4a6a3cd1f1d0b8 (patch)
tree8c29f7b20e29aed22289243051c5cd6676db3cf0 /clang
parent9b65c38961282c14670e340b577c1587a50bb8e1 (diff)
downloadbcm5719-llvm-fc20f82726766cf1e38721f93a4a6a3cd1f1d0b8.tar.gz
bcm5719-llvm-fc20f82726766cf1e38721f93a4a6a3cd1f1d0b8.zip
XFAIL this test on that silly Windows platform. Grrr
llvm-svn: 98750
Diffstat (limited to 'clang')
-rw-r--r--clang/test/PCH/changed-files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/changed-files.c b/clang/test/PCH/changed-files.c
index 5bcb977d120..9057e35132f 100644
--- a/clang/test/PCH/changed-files.c
+++ b/clang/test/PCH/changed-files.c
@@ -2,6 +2,8 @@ const char *s0 = m0;
int s1 = m1;
const char *s2 = m0;
+// XFAIL: win32
+
// RUN: echo '#define m0 ""' > %t.h
// RUN: %clang_cc1 -emit-pch -o %t.h.pch %t.h
// RUN: echo '' > %t.h
OpenPOWER on IntegriCloud