diff options
-rw-r--r-- | test/Modules/global_index.m | 1 |
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; |