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 | 6eefeeea396d728281bb00ba657484f05a15c096 (patch) | |
tree | 69a95cd951ca7a030d6c569280c4c6753d307f99 | |
parent | 55cbb79391c33fb3ccaf7a299bbf616ad8af5fb7 (diff) |
clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165761 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/index-module.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/index-module.m b/test/Index/index-module.m index 5e790b166f..d5bb84bee4 100644 --- a/test/Index/index-module.m +++ b/test/Index/index-module.m @@ -1,3 +1,4 @@ +// XFAIL: mingw32,win32 #include <DependsOnModule/DependsOnModule.h> @__experimental_modules_import DependsOnModule; |