summaryrefslogtreecommitdiff
path: root/test/CodeGen/mandel.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2008-06-10 05:09:36 +0000
committerEli Friedman <eli.friedman@gmail.com>2008-06-10 05:09:36 +0000
commitf93d528220153190ee712912d2acceb35fc14616 (patch)
treec689538a52a5c6d1539aff0033e0d31e7867c139 /test/CodeGen/mandel.c
parentdbdbbd7a7b728bf7734c992fe72b0e549d31a710 (diff)
downloadclang-f93d528220153190ee712912d2acceb35fc14616.tar.gz
Don't include complex.h or tgmath.h for this test; they aren't needed,
and including tgmath.h causes the test to fail for no good reason. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/mandel.c')
-rw-r--r--test/CodeGen/mandel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/mandel.c b/test/CodeGen/mandel.c
index f9b5972216..06789564f3 100644
--- a/test/CodeGen/mandel.c
+++ b/test/CodeGen/mandel.c
@@ -25,13 +25,7 @@ int main() { return 0; }
#define I 1.0iF
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
-#include <complex.h>
-#elif defined(__APPLE__)
#include <math.h>
-#else
-#include <tgmath.h>
-#endif
#include <stdio.h>