diff options
Diffstat (limited to 'tests/tfprintf.c')
-rw-r--r-- | tests/tfprintf.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/tfprintf.c b/tests/tfprintf.c index 965abfaf0..29091f534 100644 --- a/tests/tfprintf.c +++ b/tests/tfprintf.c @@ -34,10 +34,6 @@ MA 02110-1301, USA. */ # endif #endif -#ifdef HAVE_QUAD_T -#include <sys/types.h> -#endif - #include "mpfr-test.h" #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) @@ -249,15 +245,6 @@ check_mixed (FILE *fout) } #endif -#if defined(HAVE_QUAD_T) && !defined(NPRINTF_Q) - { - quad_t q = -1; - - check_vfprintf (fout, "a. %qi, b. %Rf%Fn", q, mpfr, &mpf); - check_length_with_cmp (21, mpf, 12, mpf_cmp_ui (mpf, 12), Fg); - } -#endif - #if defined(_MPFR_H_HAVE_INTMAX_T) && !defined(NPRINTF_J) { intmax_t im = -1; |