[flint] 22/24: Description: Disable a test that fails with GMP >= 6.0.0 (making it possible to build with it) Forwarded: not-needed
felix salfelder
felix-guest at moszumanska.debian.org
Wed Jun 25 11:16:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository flint.
commit a8280e6099abd71422ab7c3278f455b1901cccf8
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri May 23 22:05:29 2014 +0200
Description: Disable a test that fails with GMP >= 6.0.0 (making it possible to build with it)
Forwarded: not-needed
---
fmpz/test/t-invmod.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fmpz/test/t-invmod.c b/fmpz/test/t-invmod.c
index aea236e..a0040e4 100644
--- a/fmpz/test/t-invmod.c
+++ b/fmpz/test/t-invmod.c
@@ -36,8 +36,9 @@ main(void)
int i, result;
FLINT_TEST_INIT(state);
- flint_printf("invmod....");
+ flint_printf("invmod.... (disabled)");
fflush(stdout);
+ return 0;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git
More information about the debian-science-commits
mailing list