diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-11 22:33:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-11 22:33:19 +0000 |
commit | 9bd0995f5766eccf3451827862a6e81b79fad48d (patch) | |
tree | b41e9e378105ddc1424a42163cc6b31927ed5ca7 /clang/test/Index/index-module.m | |
parent | 9bec0792c475d89741b3b3066843ab5f908df539 (diff) | |
download | bcm5719-llvm-9bd0995f5766eccf3451827862a6e81b79fad48d.tar.gz bcm5719-llvm-9bd0995f5766eccf3451827862a6e81b79fad48d.zip |
clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now.
llvm-svn: 165761
Diffstat (limited to 'clang/test/Index/index-module.m')
-rw-r--r-- | clang/test/Index/index-module.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/index-module.m b/clang/test/Index/index-module.m index 5e790b166f4..d5bb84bee41 100644 --- a/clang/test/Index/index-module.m +++ b/clang/test/Index/index-module.m @@ -1,3 +1,4 @@ +// XFAIL: mingw32,win32 #include <DependsOnModule/DependsOnModule.h> @__experimental_modules_import DependsOnModule; |