summaryrefslogtreecommitdiff
path: root/tests/test-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-log.h')
-rw-r--r--tests/test-log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-log.h b/tests/test-log.h
index ecca7838a3..86e149c36e 100644
--- a/tests/test-log.h
+++ b/tests/test-log.h
@@ -47,7 +47,7 @@ test_function (void)
#if defined __i386__ && defined __FreeBSD__
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
precision in the compiler but 64 bits of precision at runtime. See
- <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
+ <https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
The compiler has truncated all 'long double' literals in logl.c to
53 bits of precision. */
L_(40.0)
@@ -76,7 +76,7 @@ test_function (void)
#if defined __i386__ && defined __FreeBSD__
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
precision in the compiler but 64 bits of precision at runtime. See
- <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
+ <https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
The compiler has truncated all 'long double' literals in logl.c to
53 bits of precision. */
L_(85.0)