summaryrefslogtreecommitdiff
path: root/mpfr/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-10 00:24:29 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-10 00:24:29 +0100
commitb047111b36a9c0d954ac41248fa77f787bc9bed0 (patch)
tree4e8ef9c348a30dc735e04ef97cf61a5881a323df /mpfr/tests
parentd3824116fa0ceb1c6779fded2cdf51c706db6cf5 (diff)
downloadgmp-b047111b36a9c0d954ac41248fa77f787bc9bed0.tar.gz
* mpfr/tests/tget_d.c: Disable until portability of rnd_mode.c can be
sorted out.
Diffstat (limited to 'mpfr/tests')
-rw-r--r--mpfr/tests/tget_d.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mpfr/tests/tget_d.c b/mpfr/tests/tget_d.c
index 56de029e2..ab5d0d157 100644
--- a/mpfr/tests/tget_d.c
+++ b/mpfr/tests/tget_d.c
@@ -26,6 +26,8 @@ MA 02111-1307, USA. */
#include "mpfr.h"
#include "mpfr-impl.h"
+#if 0
+
#define TEST
#include "rnd_mode.c"
@@ -107,3 +109,11 @@ main (void)
mpfr_clear(y);
return 0;
}
+
+#endif
+
+int
+main (void)
+{
+ return 0;
+}