summaryrefslogtreecommitdiff
path: root/tests/tadd.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/tadd.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/tadd.c')
-rw-r--r--tests/tadd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tadd.c b/tests/tadd.c
index e2f25d7..04ed6f1 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,6 +1,6 @@
-/* test file for mpc_add.
+/* tadd - test file for mpc_add.
-Copyright (C) INRIA, 2008, 2010
+Copyright (C) INRIA, 2008, 2010, 2011
This file is part of the MPC Library.
@@ -56,7 +56,7 @@ check_ternary_value (void)
int
main (void)
{
- DECL_FUNC (CCC, f, mpc_add);
+ DECL_FUNC (C_CC, f, mpc_add);
f.properties = FUNC_PROP_SYMETRIC;
test_start ();