summaryrefslogtreecommitdiff
path: root/tests/tmul.c
diff options
context:
space:
mode:
authorPaul Zimmermann <paul.zimmermann@inria.fr>2011-02-09 08:36:18 +0000
committerPaul Zimmermann <paul.zimmermann@inria.fr>2011-02-09 08:36:18 +0000
commit4a5b8f49732d46786ac22a886e90e84ea5527bd9 (patch)
tree660314299b7dee9e12b738ac1f967832e9fe558f /tests/tmul.c
parent590c6173bdbab72fecf100c77c11335570482b1b (diff)
downloadmpc-git-4a5b8f49732d46786ac22a886e90e84ea5527bd9.tar.gz
done two "code clean-up" items during a Nancy-Paris train trip...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/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 ();