summaryrefslogtreecommitdiff
path: root/tests/copy_parameter.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/copy_parameter.c')
-rw-r--r--tests/copy_parameter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/copy_parameter.c b/tests/copy_parameter.c
index 4c1ff37..8147019 100644
--- a/tests/copy_parameter.c
+++ b/tests/copy_parameter.c
@@ -1,7 +1,7 @@
/* copy_parameter.c -- Copy of an input parameter into a parameter reused for
output.
-Copyright (C) 2012, 2013 INRIA
+Copyright (C) 2012, 2013, 2014 INRIA
This file is part of GNU MPC.
@@ -113,6 +113,7 @@ copy_parameter (mpc_fun_param_t *params, int index_dest, int index_src)
case NATIVE_STRING:
case MPFR_INEX: case MPFR_RND:
case MPC_INEX: case MPC_RND:
+ case MPCC_INEX:
/* no supported copy */
break;
}