summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tlgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index 4a270b4ee..c09459f8a 100644
--- a/tests/tlgamma.c
+++ b/tests/tlgamma.c
@@ -268,7 +268,7 @@ main (void)
tests_start_mpfr ();
special ();
- /* test_generic (2, 100, 2); */
+ test_generic (2, 100, 2);
tests_end_mpfr ();
return 0;