From 1a8b6d541258f5dc73cfdaec2a840a39437625ab Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 21 Dec 2021 22:55:45 +0100 Subject: [PATCH] fix test code --- arb_hypgeom/test/t-ci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arb_hypgeom/test/t-ci.c b/arb_hypgeom/test/t-ci.c index ec9cf767..abf54d62 100644 --- a/arb_hypgeom/test/t-ci.c +++ b/arb_hypgeom/test/t-ci.c @@ -54,7 +54,7 @@ int main() _arb_hypgeom_ci_2f3(s, x, n_randint(state, prec1), prec1, prec1); break; default: - _arb_hypgeom_c_asymp(s, x, n_randint(state, prec1 / 2), prec1); + _arb_hypgeom_ci_asymp(s, x, n_randint(state, prec1 / 2), prec1); break; }