[cfe-commits] r165761 - /cfe/trunk/test/Index/index-module.m

NAKAMURA Takumi geek4civic at gmail.com
Thu Oct 11 15:33:19 PDT 2012


Author: chapuni
Date: Thu Oct 11 17:33:19 2012
New Revision: 165761

URL: http://llvm.org/viewvc/llvm-project?rev=165761&view=rev
Log:
clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now.

Modified:
    cfe/trunk/test/Index/index-module.m

Modified: cfe/trunk/test/Index/index-module.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-module.m?rev=165761&r1=165760&r2=165761&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-module.m (original)
+++ cfe/trunk/test/Index/index-module.m Thu Oct 11 17:33:19 2012
@@ -1,3 +1,4 @@
+// XFAIL: mingw32,win32
 
 #include <DependsOnModule/DependsOnModule.h>
 @__experimental_modules_import DependsOnModule;





More information about the cfe-commits mailing list