summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-10-29 15:57:18 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-10-29 15:57:18 +0000
commitd9b631de964f7e98cf9a822590ba6fd269c1094e (patch)
tree0d57c8de669eb61d8ece17bdb30495fd0a07244f
parentb601abb90c5ec888b0564e0f968a1b6808659cf9 (diff)
downloadmpc-d9b631de964f7e98cf9a822590ba6fd269c1094e.tar.gz
Remove old macro system in templated tests when not using tgeneric.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/branches/benchs_tests@1296 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--tests/tpow_si_tmpl.c2
-rw-r--r--tests/tpow_ui_tmpl.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/tpow_si_tmpl.c b/tests/tpow_si_tmpl.c
index 4006e9d..142294d 100644
--- a/tests/tpow_si_tmpl.c
+++ b/tests/tpow_si_tmpl.c
@@ -86,8 +86,6 @@ compare_mpc_pow (mpfr_prec_t pmax, int iter, unsigned long nbits)
int
main (void)
{
- DECL_FUNC (CCS, f, mpc_pow_si);
-
test_start ();
data_check_template ("pow_si.dsc", "pow_si.dat");
diff --git a/tests/tpow_ui_tmpl.c b/tests/tpow_ui_tmpl.c
index 3a630d3..ed830eb 100644
--- a/tests/tpow_ui_tmpl.c
+++ b/tests/tpow_ui_tmpl.c
@@ -85,8 +85,6 @@ main (int argc, char *argv[])
{
mpc_t z;
- DECL_FUNC (CCU, f, mpc_pow_ui);
-
if (argc != 1)
{
mpfr_prec_t p;