From: NAKAMURA Takumi Date: Thu, 24 Jan 2013 07:04:14 +0000 (+0000) Subject: clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35ae83278d04d7d7ab5bb2c82d4323a4a05f52de;p=clang 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 --- 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;