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