forked from OSchip/llvm-project
clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.
llvm-svn: 173326
This commit is contained in:
parent
bf8f207519
commit
7a23231e6b
|
@ -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: %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
|
// RUN: ls %t|grep modules.idx
|
||||||
// REQUIRES: shell
|
// REQUIRES: shell
|
||||||
|
// XFAIL: mingw32
|
||||||
|
|
||||||
// expected-no-diagnostics
|
// expected-no-diagnostics
|
||||||
@import DependsOnModule;
|
@import DependsOnModule;
|
||||||
|
|
Loading…
Reference in New Issue