]> granicus.if.org Git - clang/commitdiff
clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Oct 2012 22:48:22 +0000 (22:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Oct 2012 22:48:22 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165762 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/index-module.m

index d5bb84bee412a8f6b8f925fc953964021bf447b1..4de1b2b0a889c074520f1c719bc0c893ac55c736 100644 (file)
@@ -1,4 +1,3 @@
-// XFAIL: mingw32,win32
 
 #include <DependsOnModule/DependsOnModule.h>
 @__experimental_modules_import DependsOnModule;
@@ -51,3 +50,5 @@ int glob;
 // 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