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

NAKAMURA Takumi geek4civic at gmail.com
Thu Oct 11 15:48:22 PDT 2012


Author: chapuni
Date: Thu Oct 11 17:48:22 2012
New Revision: 165762

URL: http://llvm.org/viewvc/llvm-project?rev=165762&view=rev
Log:
clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive.

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=165762&r1=165761&r2=165762&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-module.m (original)
+++ cfe/trunk/test/Index/index-module.m Thu Oct 11 17:48:22 2012
@@ -1,4 +1,3 @@
-// XFAIL: mingw32,win32
 
 #include <DependsOnModule/DependsOnModule.h>
 @__experimental_modules_import DependsOnModule;
@@ -51,3 +50,5 @@
 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: variable | name: Buried_Treasure | {{.*}} | loc: {{.*}}/Modules/Inputs/Module.framework/Headers/Buried/Treasure.h:1:11
 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: variable | name: module_subframework | {{.*}} | loc: {{.*}}/Modules/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h:4:7
 // CHECK-TMOD-NOT: [indexDeclaration]
+
+// XFAIL: mingw32,win32





More information about the cfe-commits mailing list