From: Zhou Sheng Date: Tue, 27 Nov 2007 06:17:01 +0000 (+0000) Subject: Make this testcase compatible with CYGWIN. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=515a641dacc9b445826646263f92bb4148963a25;p=oota-llvm.git Make this testcase compatible with CYGWIN. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44353 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c b/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c index 63bb251c3f0..7a955330331 100644 --- a/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c +++ b/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c @@ -8,7 +8,11 @@ // // XFAIL: sparc -#include +#ifdef __CYGWIN__ + #include +#else + #include +#endif int foo(complex float c) { return creal(c);