Enabling this test again on mingw. The problem seems to happen when

two identical module.modulemap are available on the include path and
so should be fixed in the mingw driver include dies, when we'll have it.

llvm-svn: 224515
This commit is contained in:
Yaron Keren 2014-12-18 12:13:14 +00:00
parent b4ffb5d5e9
commit 3a03797241
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
// XFAIL:mingw32,windows-gnu
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify