From d202aafea4a75af56e06f70e6b80497aac778828 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Thu, 18 Dec 2014 12:13:14 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224515 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/compiler_builtins.m | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Modules/compiler_builtins.m b/test/Modules/compiler_builtins.m index 03ceeb979d..4b8cb5bdc5 100644 --- a/test/Modules/compiler_builtins.m +++ b/test/Modules/compiler_builtins.m @@ -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 -- 2.50.1