Author: ddunbar
Date: Fri Dec 11 18:40:42 2009
New Revision: 91193
URL: http://llvm.org/viewvc/llvm-project?rev=91193&view=rev
Log:
XFAIL this test on Win32 until I can take a look.
Modified:
cfe/trunk/test/Index/cindex-from-source.m
Modified: cfe/trunk/test/Index/cindex-from-source.m
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/cindex-from-source.m?rev=91193&r1=91192&r2=91193&view=diff
==============================================================================
--- cfe/trunk/test/Index/cindex-from-source.m (original)
+++ cfe/trunk/test/Index/cindex-from-source.m Fri Dec 11 18:40:42 2009
@@ -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;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits