aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-24 07:04:14 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-24 07:04:14 +0000
commit35ae83278d04d7d7ab5bb2c82d4323a4a05f52de (patch)
treed263cbcdcf83b1b2243d8da4bc30bf808d5d5510
parentbcac91aafc226f6ea505b3117cc55f566ad48f2d (diff)
clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173326 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Modules/global_index.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/global_index.m b/test/Modules/global_index.m
index b170aa4dda..2af18c41b6 100644
--- a/test/Modules/global_index.m
+++ b/test/Modules/global_index.m
@@ -2,6 +2,7 @@
// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash -fmodules -generate-module-index -F %S/Inputs %s -verify
// RUN: ls %t|grep modules.idx
// REQUIRES: shell
+// XFAIL: mingw32
// expected-no-diagnostics
@import DependsOnModule;