summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-12-04 15:27:43 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-12-04 15:27:43 +0000
commit4192e23690a3f0c0a522a7e8bd07d243f939d3b2 (patch)
tree90137ad7302ab73ec572eceff98a8e4abcd15c81
parent45226f049391a4231512886006e8af2650b4eb3e (diff)
downloadmpc-4192e23690a3f0c0a522a7e8bd07d243f939d3b2.tar.gz
[tests/] Add enumeration case.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/branches/benchs_tests@1386 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--tests/copy_parameter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/copy_parameter.c b/tests/copy_parameter.c
index ed03f4e..fd66305 100644
--- a/tests/copy_parameter.c
+++ b/tests/copy_parameter.c
@@ -110,6 +110,7 @@ copy_parameter (mpc_fun_param_t *params, int index_dest, int index_src)
tpl_copy_mpc (params->P[index_dest].mpc, params->P[index_src].mpc);
return 0;
+ case NATIVE_STRING:
case MPFR_INEX: case MPFR_RND:
case MPC_INEX: case MPC_RND:
/* no supported copy */