[flint] 15/24: test the right function in the right file
felix salfelder
felix-guest at moszumanska.debian.org
Wed Jun 25 11:16:11 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 f77ba2f8d7ca87e26e8498f8f18798a4091c5058
Author: Fredrik Johansson <fredrik.johansson at gmail.com>
Date: Thu Jun 19 01:16:19 2014 +0200
test the right function in the right file
---
ulong_extras/test/t-is_prime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ulong_extras/test/t-is_prime.c b/ulong_extras/test/t-is_prime.c
index 95f0bcc..85ee306 100644
--- a/ulong_extras/test/t-is_prime.c
+++ b/ulong_extras/test/t-is_prime.c
@@ -160,7 +160,7 @@ int main(void)
{
d = composites[i];
- result = !n_is_probabprime(d);
+ result = !n_is_prime(d);
if (!result)
{
flint_printf("FAIL:\n");
--
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