From: Daniel Dunbar Date: Sat, 12 Dec 2009 00:40:42 +0000 (+0000) Subject: XFAIL this test on Win32 until I can take a look. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=632d4b310f3748573b2cb6b9c4d673fc336b57f8;p=clang 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 --- 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;