summaryrefslogtreecommitdiff
path: root/tests/tmul.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-09 08:36:18 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-09 08:36:18 +0000
commit9a14cee2f71262da8167554aca5604d4421b9e50 (patch)
tree660314299b7dee9e12b738ac1f967832e9fe558f /tests/tmul.c
parent20a3cf10d4881b50f19d177beb2ff57dd2a6a394 (diff)
downloadmpc-9a14cee2f71262da8167554aca5604d4421b9e50.tar.gz
done two "code clean-up" items during a Nancy-Paris train trip...
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@912 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tmul.c')
-rw-r--r--tests/tmul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tmul.c b/tests/tmul.c
index c7b7103..e7a6f86 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul.
-Copyright (C) INRIA, 2002, 2005, 2008, 2009, 2010
+Copyright (C) INRIA, 2002, 2005, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
@@ -202,7 +202,7 @@ timemul (void)
int
main (void)
{
- DECL_FUNC (CCC, f, mpc_mul);
+ DECL_FUNC (C_CC, f, mpc_mul);
f.properties = FUNC_PROP_SYMETRIC;
test_start ();