diff options
Diffstat (limited to 'tests/tacosh_tmpl.c')
-rw-r--r-- | tests/tacosh_tmpl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/tacosh_tmpl.c b/tests/tacosh_tmpl.c index e6b29dd..82be18f 100644 --- a/tests/tacosh_tmpl.c +++ b/tests/tacosh_tmpl.c @@ -19,7 +19,6 @@ along with this program. If not, see http://www.gnu.org/licenses/ . */ #include "templates.h" -#include "mpc-tests.h" static void bug20091120 (void) @@ -46,18 +45,18 @@ bug20091120 (void) P[0].mpc_inex = mpc_acosh (P[1].mpc, P[1].mpc, P[3].mpc_rnd) #include "data_check.tpl" +#include "tgeneric.tpl" int main (void) { - DECL_FUNC (CC, f, mpc_acosh); - test_start (); bug20091120 (); data_check_template ("acosh.dsc", "acosh.dat"); - tgeneric (f, 2, 512, 7, 7); + + tgeneric_template ("acosh.dsc", 2, 512, 7, 7); test_end (); |