summaryrefslogtreecommitdiff
path: root/tests/tmul_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmul_ui.c')
-rw-r--r--tests/tmul_ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index a69922fa5..fa4aa1c12 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -73,9 +73,9 @@ check_inexact (mpfr_prec_t p)
}
#define TEST_FUNCTION mpfr_mul_ui
-#define INTEGER_TYPE unsigned long
+#define ULONG_ARG2
#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
-#include "tgeneric_ui.c"
+#include "tgeneric.c"
int
main (int argc, char *argv[])
@@ -279,7 +279,7 @@ main (int argc, char *argv[])
mpfr_clear(x);
mpfr_clear(y);
- test_generic_ui (2, 500, 100);
+ test_generic (2, 500, 100);
tests_end_mpfr ();
return 0;