summaryrefslogtreecommitdiff
path: root/tests/mpn/t-gcd_22.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpn/t-gcd_22.c')
-rw-r--r--tests/mpn/t-gcd_22.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mpn/t-gcd_22.c b/tests/mpn/t-gcd_22.c
index baed35af4..314bf18b2 100644
--- a/tests/mpn/t-gcd_22.c
+++ b/tests/mpn/t-gcd_22.c
@@ -81,4 +81,7 @@ main (int argc, char **argv)
mpz_clear (a);
mpz_clear (b);
mpz_clear (ref);
+
+ tests_end ();
+ return 0;
}