Author: yrnkrn
Date: Thu Dec 18 06:13:14 2014
New Revision: 224515

URL: http://llvm.org/viewvc/llvm-project?rev=224515&view=rev
Log:
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.


Modified:
    cfe/trunk/test/Modules/compiler_builtins.m

Modified: cfe/trunk/test/Modules/compiler_builtins.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/compiler_builtins.m?rev=224515&r1=224514&r2=224515&view=diff
==============================================================================
--- cfe/trunk/test/Modules/compiler_builtins.m (original)
+++ cfe/trunk/test/Modules/compiler_builtins.m Thu Dec 18 06:13:14 2014
@@ -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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to