summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-module.m
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-11 22:48:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-11 22:48:22 +0000
commitcdb8ef593b0f13b53e5a63af314328590fb79afc (patch)
tree1f2f8a8dafb23f6e724970e578d8e9cdd2f93172 /clang/test/Index/index-module.m
parent9bd0995f5766eccf3451827862a6e81b79fad48d (diff)
downloadbcm5719-llvm-cdb8ef593b0f13b53e5a63af314328590fb79afc.tar.gz
bcm5719-llvm-cdb8ef593b0f13b53e5a63af314328590fb79afc.zip
clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive.
llvm-svn: 165762
Diffstat (limited to 'clang/test/Index/index-module.m')
-rw-r--r--clang/test/Index/index-module.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Index/index-module.m b/clang/test/Index/index-module.m
index d5bb84bee41..4de1b2b0a88 100644
--- a/clang/test/Index/index-module.m
+++ b/clang/test/Index/index-module.m
@@ -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
OpenPOWER on IntegriCloud