aboutsummaryrefslogtreecommitdiff
path: root/test/Index/cindex-from-source.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-12 00:40:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-12 00:40:42 +0000
commit632d4b310f3748573b2cb6b9c4d673fc336b57f8 (patch)
treed59689f450ceb9356e11be1bb1ae5f07f2f9d20b /test/Index/cindex-from-source.m
parentf86f0d8c9a90acda38c5e80194216d1e227fafee (diff)
XFAIL this test on Win32 until I can take a look.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/cindex-from-source.m')
-rw-r--r--test/Index/cindex-from-source.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/cindex-from-source.m b/test/Index/cindex-from-source.m
index 8d6a1de4bb..27a23a08d4 100644
--- a/test/Index/cindex-from-source.m
+++ b/test/Index/cindex-from-source.m
@@ -4,6 +4,7 @@
// RUN: FileCheck %s < %t
// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: StructDecl=s0:{{.*}}:{{.*}} [Context=cindex-from-source.m]
// CHECK: cindex-from-source.m:{{.*}}:{{.*}}: VarDecl=g0:{{.*}}:{{.*}} [Context=cindex-from-source.m]
+// XFAIL: win32
struct s0 {};
t0 g0;